Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
I have a matrix table, and would like to format the background color for the row which has Passed = "Y". I though Conditional Formatting might work, but can't figure it out. Any suggestions? Much appreciated!
Solved! Go to Solution.
Hi @spagad6263
Afraid not, you can only apply CF to the fields.
Regards
Phil
Proud to be a Super User!
That's great. Can I also hightlight the cell of "Y", which is under Passed column? Thanks
Hi @spagad6263
Afraid not, you can only apply CF to the fields.
Regards
Phil
Proud to be a Super User!
Hi @spagad6263
Create a measure to set the background color like this
BG Color = IF (SELECTEDVALUE('DataTable'[Passed]) = "Y", "#0F0")
then you need to create a CF rule to apply the color. This has to be done for each column in the matrix i.e. there is a separate rule for Count and %
Regards
Phil
Proud to be a Super User!
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 |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 34 | |
| 33 | |
| 30 |