Forum Discussion
appsac1
2 years agoHelper I
Conditional formatting not functioning as expected on calculated columns
It seems to me that conditional formatting does not work as expected on calculated columns. How do you work around that?
- 2 years ago
Hi, appsac1
You can try the following methods.
Sample data:
Measure color = IF(SUM('Table'[Value])<=50,"Green","Red")Result:
This adds conditional formatting to the calculation column. If it doesn't solve your problem, please provide sample data and desired output.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-zhangti
2 years agoCommunity Support
Hi, appsac1
You can try the following methods.
Sample data:
Measure color = IF(SUM('Table'[Value])<=50,"Green","Red")
Result:
This adds conditional formatting to the calculation column. If it doesn't solve your problem, please provide sample data and desired output.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.