Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 41 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 189 | |
| 124 | |
| 106 | |
| 78 | |
| 52 |