shadow filter context
1 TopicALLSELECTED Shadow Filters
Hi Experts, I have a question!! I was reading through "The Definite Guide to DAX" by Russo and Ferrari, and came across how ALLSELECTED works (on page 652). I noticed Marco and Alberto come up with a different visual query and they started to explain the execution plan. Their explanation doesn't make any sense!! To me, ALLSELECTED works just fine because SUMMARIZECOLUMNS of visual query creates one big filter that overrides any inclusive measures with ALL* functions inside (i.e. if you selected few values from a slicer, this context will be of high priority and overrides any incoming filter context later). It doesn't need any shadow filters or special cases. Does anyone agree with me or the book is coherent about it? (this picture might give some cleanace) Thank you for answering me, Ahmed (Update) I've just noticed that the result of CALCULATETABLE (A,B) depends on the A and B expression where if any expression contains ALL* will be dominant over the other, else if A and B from different columns or table, the result is the intersection between them.5.4KViews0likes5Comments