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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I am using this formula, but I only get 100% for all color, how to show YES % / NO %
HOW FAR FROM YES Qty vs. Grand Qty
Here is how it shows in EXCEL and this is the correct way I suppose to get:
Hi @SelflearningBi ,
Look into the IF or SWITCH statement:
IF(<logical_test>, <value_if_true>[, <value_if_false>])
SWITCH(<expression>, <value>, <result>[, <value>, <result>]…[, <else>])
With this you can choose a value that needs to be shown if the result of the logical test is true or false.
If you mean that you want to see values instead of percentages then change the format in the Data tab to the correct one:
Hope this helps!
greetings,
Luuk