From the brief descriptions given in the previous section, it's not always clear exactly what each filter function does. The easiest way to understand these functions is by going through some of them using hands-on examples. In this section, we're going to do just that, starting with a look at the ALL and ALLEXCEPT functions.
Filtering your data with filter functions
The ALL and ALLEXCEPT functions
When used as a table function, and depending on the parameters used, the ALL function returns a table that contains all of the values of a column, all of the values of a combination of columns, or all of the rows of a specified table. More importantly, the ALL function ignores any filters or slicers that may be set, effectively...