Forum Discussion
Anonymous
5 years agoNot applicable
formatting row headers in Matrix
Hello everybody, I have 3 different line areas in my matrix. I would like to give the first line area header a different color. How does it work?
v-easonf-msft
5 years agoCommunity Support
Hi, Anonymous
As mentioned by amitchandak ,If you just want to change then color of head, you can change the font color\background color of row headers in "Format Pane".However, it will applied to all subtotal headers.
You can consider using conditional formatting to formate row value as below:
Conditional formatting = IF(HASONEVALUE(Table1[Segment]),"","lightblue")
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.