Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
cosmicyes
Helper II
Helper II

Toggle the value of a measure to 0

Hello all,

 

I need some help on this idea.

Let´s say I have a measure that calculates some money. Let´s say it shows 100,000$.
Now I want the user of the report to be able to toggle this measure to 0$ - just to see what would happen to other measures if this certain measure was 0.

 

The user could use a slicer or a filter to toggle the value to 0 and (in this example) back to 100,000$.

 

I do not have the right initial idea how to achieve this 😞

 

Thank you in advance for any ideas!

1 ACCEPTED SOLUTION
FreemanZ
Community Champion
Community Champion

4 REPLIES 4
FreemanZ
Community Champion
Community Champion

yes, in such cases, what-if parameter saves the day.

https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-what-if

It really saved my day 🙂
Created a what-if parameter with just two states: 0(%) and 100(%).
Then I multiply my measure with the selected state of the what-if-parameter.
Thank you!

amitchandak
Super User
Super User

@cosmicyes , Create a table with two values  Actual , hide

 

Then You can have measure

 

meausre new = if(selectedvalue(Table[Show]) = "hide",0, [Measure])

 

 

You can use old measure slicer approach or field parameter too with a measure having value =0

 

How to create a Measure Slicer: https://youtu.be/b9352Vxuj-M

 

Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak 

Thank you, I will check both approaches.

May I ask you: what would you recommend? Measure Slicer or Field Parameters?
I have heard about Field Parameters and think this is "the future"?

Thank you again in advance

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.