All Tags »
DAX »
Excel »
Gemini »
PowerPivot (RSS)
Sorry, but there are no more tags available to filter with.
-
The CALCULATE function in DAX is the magic key for many calculations we can do in DAX. However, it is not pretty intuitive how it works and I spent a lot of time trying to understand how it can be used.
First of all, this is the syntax.
CALCULATE( <expression>, <filter1>, <filter2>… )
The expression that we put in the first ...