Forum Discussion

appsac1's avatar
appsac1
Helper I
2 years ago
Solved

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?           
  • v-zhangti's avatar
    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.