Forum Discussion
Anonymous
7 years agoNot applicable
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...
- 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 = 0Best regards,
Yuliana Gu
v-yulgu-msft
Microsoft Employee
7 years agoHi 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