Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello! I am having trouble with my conditional formatting. I have this one table, and wanting to make the columns all in the same color based on the level.
Attached is my photo for reference - I want the whole column to be a specific color based on the Level number. If the level number is 4, I want the background color to be: #027108. If the level number is 3, I want the background color to be: #1BCA50. For 2: #A0D1FF, and for 1: #F7244E. Then for 0 - I want it to be the normal white.
Thanks in advance for your help! I'm not sure how to do this!
@nataliesmiy1357 , Create a measure like this and use that in conditional formatting using field value option
Switch(Max(Table[Level Number]) ,
4,"#027108",
3, "#1BCA50",
2,"#A0D1FF",
1, "#F7244E",
"white"
)
How to do conditional formatting by measure and apply it on pie? : https://youtu.be/RqBb5eBf_I4
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 30 | |
| 26 | |
| 26 |