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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I am trying to have a gauge that changes color based on conditional formatting. Right now I have this:
with this measure:
which is not working as I would like for it to be blue when is between 90 and 94 %
Solved! Go to Solution.
you'll need to change the numbers -
e.g. for 94%, use the number 0.94 instead.
Thank you Vicky.
you'll need to change the numbers -
e.g. for 94%, use the number 0.94 instead.