Forum Discussion
Ignore Filter not working
When you say filters, are you referring to slicer visuals? If so, you can disable the visual interactions between the slicer and target visual, rather than using DAX.
Otherwise, ALL() / REMOVEFILTERS() should allow you to ignore certain filters.
Hi Vicky,
I am using slicers. Though I would like to ignore certain ones at the measure level, rather than configure it for each visual that uses the measures. I believe I need to do it that way so that I can have, for example, a line chart with one line representing "forecast" and another line representing "actuals" - both of which are part of a "type" column. ALL() is not making any difference between a measure that accepts all slicer filtering, and one that uses ALL() to ignore "type" slicer. I will look into using REMOVEFILTERS() more to see if I can get that to work.