This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I created a column called "Compliance" which has "In Compliance" and "Out of Compliance" values based on the dates(start date and end date).
1)I want to highlight the column values which are only "Out of Compliance" with Red color. Is that possible in a Matrix?
2) Also i want to show the blank values from column Compliance as "Zero"
Thanks in Advance!!
Hi @Pinky0404,
1. I'm afraid we can't format strings by now. You can vote this idea. Maybe there is a workaround. You can add another column to show up the color.
Color = IF ( [Compliance] = "Out of Compliance", 1, 0 )
2. You can add this part into the formula like this:
Compliance =
IF (
[Column1] = 1,
"In Compliance",
IF ( ISBLANK ( [Column1] ), "Zero", "Out of Compliance" )
)Best Regards!
Dale
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 24 | |
| 23 |