This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 May 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 |
|---|---|
| 27 | |
| 27 | |
| 25 | |
| 19 | |
| 14 |
| User | Count |
|---|---|
| 56 | |
| 48 | |
| 37 | |
| 21 | |
| 20 |