Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi Everyone, I'd appreciate your help on the following:
I have Year, Quarter, Attribute, and Value set up in a matrix like this:
and a matrix similar to this:
Is there a way to conditionally colour the row and row header? e.g. if attribute= A-19, color the value and row header blue.
Hi @fa82
Currently it is not supported to apply conditional formatting to row/column headers in Matrix visuals. It only applies to Values fields. You can create a measure to decide colors, then use Format by Field value based on this measure. HTML Color Codes
Color = IF(SELECTEDVALUE('Table'[Attribute])="A-19","#89CFF0")
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 76 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |