Forum Discussion

ryan25r9's avatar
ryan25r9
Helper I
4 years ago

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 one independently from the others. This includes both the original row contexts (if any) and the original filter context. Once this evaluation is finished, CALCULATE starts building the new filter context.

 

I'm trying to understand or find an example on when an explicit filter argument would use the Original Row Context. Since Context Transition hasn't occurred yet in the evaluation order, I don't get how Row Context would come into play at all for the explicit filter arguments.

 

Hoping someone can help clarify or provide a resource that does.

 

Thanks!

3 Replies