Forum Discussion

dokat's avatar
dokat
Icon for Post Prodigy rankPost Prodigy
4 years ago
Solved

Exclude slicer selection from the results

Hi,   I have a report with 4 slicers. I'd like to create a measure where it sums regardless of the slicer selection. I'd like to completely exclude any slicer selection from the results. How can i ...
  • dokat's avatar
    4 years ago

    I found the solution all() function did the trick for me and excluded all slicers.

     

    Calculate(SUM('POS'[Values]),'POS'[Measures] IN {"Dollars"},ALL())