Forum Discussion
Pivot table hierarchy coloring
- 3 years ago
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
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