Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

The column total value font color based on expression

We are using conditional formatting option to modify font color of column individual values. but in my requirement the total value of column font color should vary based on expression. we aren...
  • v-yulgu-msft's avatar
    7 years ago

    Hi Anonymous,

     

    Based on my test, it is not supported to apply conditional color formatting to total values in a table visual. You could use KPI as a workaround.

     

    New below measures:

    Total Value = CALCULATE(SUM('table'[Trending Executed]),ALLSELECTED('table'))
    
    target = 0

     

    Best regards,

    Yuliana Gu