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
Hi Team,
I am working on showing the utilization % for different BUs on monthly, quarterly & yearly basis. For that reason I am using below clustered column chart and multi-row card and color coding should turn red ( 0-60%), Yellow (61-80%) and Green (Above 80%) based on Utilization % for both the graphs below. Can you please assist.
Thanks
@Himanshi0291 , You can create a color measure like one given below and use that in data color/conditional formatting with "Field Value" Option. But in case of Bar it will only work with one Value(Measure) and no legend
Switch( True(),
[Utilization %] <=.60 , "Red",
[Utilization %] <=.80 , "Yellow",
"green",
)
https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-num...
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values
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 |
|---|---|
| 28 | |
| 28 | |
| 19 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 18 | |
| 17 | |
| 15 |