Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I have set up conditional color formatting for a series of charts in my BI dashboard. The rules I developed are:
In the hierarchy of charts the formatting seems to work for all data points except for a random one as shown in the bar chart below:
I do not understand why that one value is not colored red instead of yellow as shown. All values below 60% should be colored red. Any help to resolve this issue would be appreciated.
Thanks!
Hi @Anonymous
What field is the color coding based on and what is the field used to display % on chart?
They both should be the same field.
The field I am using for color coding is % labor efficiency. It is the same field. It is a calculated value based on other data in the reports feeding the dashboard.
Hi @Anonymous ,
To understand the problem more deeply,it would be best to provide a pbix-file containing the sample data.
You can also try to create measure and use conditional formatting field value :
Color = Switch(true(),
[value_measure] <=2.2&& [value_measure]>=0.9 ,"green",
[[value_measure] <0.9&& [value_measure]>=0.6 ,"yellow",
[value_measure] <0.6&& [value_measure]>=0 ,"red")
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I am still experiencing where one random bar is not being formatted with the correct color. I did make sure my formatting was as was suggested above. Here is a screenshot from this morning:
The circled value should be colored red and not yellow.
Please provide a sample pbix after deleting sensitive data to let us know your scenario better.https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
I did make the change you suggested and there was no change. That one specific bar didn't change color. Anything other suggestions for what I should try next?
HI @Anonymous ,
Try the below
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 25 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 48 | |
| 32 | |
| 17 | |
| 16 | |
| 16 |