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 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss 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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 26 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 53 | |
| 46 | |
| 38 | |
| 30 | |
| 21 |