Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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.