Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello everybody,
I thought this was a simple thing, but for some reason, it just isn't.
I have a Gauge visual with a sum of [BUD] as Maximum value.
I want this number to be affected by all the slicers and filters except one - month.
I thought this measure would work:
Solved! Go to Solution.
Hello,
I managed to find a solution.
I have 4 different slicers on the page. One of them is month and it's the only Slicer I didn't want to affect the Max Value in the Gauge visual.
Hello,
I managed to find a solution.
I have 4 different slicers on the page. One of them is month and it's the only Slicer I didn't want to affect the Max Value in the Gauge visual.
Hi,
Share the download link of the PBI file.
Hi @v-zhangti and @amitchandak ,
Thanks for your tips, unfortunately, none of the solutions is working.
I tried both but the Max Value is still affected by the Slicer with Months.
I want the Max value to display the year's 100 % target value.
I want the Month slicer to affect the Callout value but the Max value should be fixed. (but affected by other slicers than month slicer)
Any other ideas?
Hi, @Anonymous
You can try the following methods.
MAX BUD = CALCULATE(sum(Master[BUD]),ALLEXCEPT(Master,Master[Date]))
The maximum value is not affected by the month slicer, it is affected by other slicers. Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 76 | |
| 41 | |
| 26 | |
| 26 |