Power BI: ALL and FILTER inside DAX Calculate function

Опубликовано: 30 Сентябрь 2024
на канале: Nik Pavlov
439
5

There are so many different ways to use CALCULATE. Depending on a task at hand, you might want to put other DAX functions inside the CALCULATE function in a nested formula.

Two common functions that you put inside the CALCULATE are ALL and FILTER functions.

The ALL function returns all the rows in a table or all the values in columns, ignoring any applied filters.

The FILTER is a table function, which returns a table of values. Often, the function is used as a filter parameter inside the CALCULATE function.

Watch our simple examples in a video to understand how ALL and FILTER can be used in real-life situations.

Download a sample dataset: shorturl.at/gtNU2

To learn more about us: https://centida.com/index.php/blog/

#PowerBI #DAX
#Caculate #Filter #All