Forum Discussion

SinduN's avatar
SinduN
Helper I
7 years ago
Solved

Ignore filter/selected value

I have a dashboard on SSAS model (Direct Query) that is build up on a view of 2 tables. one of the table represents Sales history with a blank forecast date and the other table represents the forecas...
  • Anonymous's avatar
    Anonymous
    7 years ago

    You are going to need a measure, that measure will need to make use of the an ALL() function to ignore the filter context.

     

    ALLEXCEPT() may need to be used instead, should there be some amount of filters to be kept.  For example you might have a location filter, but you still want data of all time.