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 moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
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 |
|---|---|
| 45 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |