Forum Discussion
Pivot table hierarchy coloring
Hello all,
I am new to Power BI ecosystem, and I was wondering if it is somehow possible to color
the headers or whatever they are called
Level 1 is blue (Claims)
Level 2 is red (claims - Group 1)
Level 3 is yellow (Items 1-4)
Thanks
Vashko , You can do conditional color formatting on values, not the row fields.
New color = Switch(true(),
isinscope(Table[Item]) , "yellow",
isinscope(Table[claims - Group 1]) , "Red",
isinscope(Table[Claims]) , "blue" )
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/1682539
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pane-66e0afcb15f3
1 Reply
- amitchandakSuper User
Vashko , You can do conditional color formatting on values, not the row fields.
New color = Switch(true(),
isinscope(Table[Item]) , "yellow",
isinscope(Table[claims - Group 1]) , "Red",
isinscope(Table[Claims]) , "blue" )
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/1682539
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pane-66e0afcb15f3