Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 do that? Appreciate any help!
Slicer 1; Period
Slicer 2: Channel
Slicer 3: Category
Slicer 4: Segment
Solved! Go to Solution.
I found the solution all() function did the trick for me and excluded all slicers.
Calculate(SUM('POS'[Values]),'POS'[Measures] IN {"Dollars"},ALL())
I found the solution all() function did the trick for me and excluded all slicers.
Calculate(SUM('POS'[Values]),'POS'[Measures] IN {"Dollars"},ALL())
Click on your slicer and find the format tab in the ribbon, select edit interactions and hit the circle with the line through for the measure you don't want to change with the slicer
The slicer will no longer affect the value (changed dates here)
Before:
After:
@Syk Thank you for your response. There are some calculations i'd like it to interact with the slicer selections in the same table. I don't want to exclude all interactions. Is there a way to do this?
You'd need to use a filter function that overides the context of the report page.. Calculate is an example of this - in this screenshot the table still takes interaction from the date slicer but the 'New Measure' doesn't care because it uses calculate to overide it.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
54 | |
38 | |
31 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |