Forum Discussion
Conditional Formatting Issue
- Anonymous2 years ago
Hi PS_78 ,
I've noticed that when you introduce an indicator with a value of “May” it causes the other indicators to be colored, even if they don't have a value. So when “May” is introduced, it recalculates the formatting in the dataset. So first I think you might consider adding placeholder values (e.g., 0 or null) for “May” in other indicators to keep the formatting consistent.
Secondly I think you can re-edit your Measure, try using the SWITCH(), IF() functions.
Measure = IF(MAX('Table'[Total]) > 50,"Green", "Red")Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi PS_78 ,
I've noticed that when you introduce an indicator with a value of “May” it causes the other indicators to be colored, even if they don't have a value. So when “May” is introduced, it recalculates the formatting in the dataset. So first I think you might consider adding placeholder values (e.g., 0 or null) for “May” in other indicators to keep the formatting consistent.
Secondly I think you can re-edit your Measure, try using the SWITCH(), IF() functions.
Measure = IF(MAX('Table'[Total]) > 50,"Green", "Red")
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Anonymous - Thanks for the response. Can you please let me know how we can add a placeholder values?
Thanks,
Phani