Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.