Forum Discussion
ryan25r9
4 years agoHelper I
Row Context for Explicit Filter Arguments in CALCULATE
In the DAX Guide's definition of CALCULATE, the first step in the evaluation order states as such: CALCULATE evaluates all the explicit filter arguments in the original evaluation context, each o...
Anonymous
3 years agoNot applicable
Check the following article. In the article, measure YOY-3 is using row context in filter argument of CALCULATE.
https://www.sqlbi.com/articles/context-transition-and-filters-in-calculate/
if you find this useful, please mark it