Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 36 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 74 | |
| 72 | |
| 38 | |
| 35 | |
| 26 |