Forum Discussion
garynorcrossmmc
5 years agoAdvocate IV
Conditional Formatting based on Matrix Total (for Personalized Visual)
Hi again, I am putting together a matrix visual that looks like this: On the column for 'Total Hiring Rate', the user has requested that this field has conditional formatting applied based...
Greg_Deckler
5 years agoCommunity Champion
garynorcrossmmc You can get the grand total by using something like a CALCULATE([Measure],ALL('Table')) or SUMX(ALL('Table'),[Column]). You could then do a ratio between the current value and this value for your conditional formatting.