Forum Discussion
Anonymous
4 years agoNot applicable
Conditional formatting for Total Labels
Hello, I'm using a measure to color the total label but for some reason it's not working for the stacked coloumn chart. I know that my measure is working fine from the tables but for some reason i...
M181ut
2 years agoNew Member
For other people who had a similar problem, I found a way to solve it.
I have a stacked graph of charges divided by categories and for an unknwon and bizarre reason the formatting of total labels is based on the top column of the stacked column so only one category and not the total.
To bypass this, I created a measure CALCULATE([charges], ALLEXCEPT( list of filters I need BUT categories)) and I base my formatting on this new measure that is not affected by categories.