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,
Can please someone helps me about measure to put in order to put any % below 90% with background Orange and font Red.
Thanks
% |
137,70% |
23,50% |
91% |
90% |
78% |
300% |
Solved! Go to Solution.
Hi, @Zakaria_1980
You need to change 'percent' to 'number'. 'Percent' represents the proportion of values, it doesn't represent values.
Try:
More details here:
Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs
Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
@Zakaria_1980 Do the below setting for Background as well as for Font Color but for Font color use RED color instead of color as per below screen shot.
when i followed the same, see what i m getting as colored in orange. why the last PoR % is not colored ?
how can i attach a draft of PBI report to help me?
thx
Hi, @Zakaria_1980
You need to change 'percent' to 'number'. 'Percent' represents the proportion of values, it doesn't represent values.
Try:
More details here:
Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs
Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
share the pbix file I will try
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
it doesn't work, can you check in pBI. nothing changed when adding that measure to conditional formatting.
Or make range in conditional formating but don't forget to put 0.9 in place of 90
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
if(% < 0.9 , "Orange" )
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!