Forum Discussion
Highlight cell based on another column
- 2 years ago
Hi kellyylx
Thank you aduguid for your solution!
I'd like to provide an additional approach, if you're not sure how many odd values you have, you can create a calculated column using this DAX formula:
Then, you can apply a rule based on the "Odd" value in this new column to achieve the desired conditional formatting. This way, you can dynamically manage any changes in the "Group" values and ensure your formatting rules are always accurate.
Best Regards,
Muhammad YousafIf this post helps, then please consider "Accept it as the solution" to help the other members find it more quickly.
Hi kellyylx
Thank you aduguid for your solution!
I'd like to provide an additional approach, if you're not sure how many odd values you have, you can create a calculated column using this DAX formula:
Then, you can apply a rule based on the "Odd" value in this new column to achieve the desired conditional formatting. This way, you can dynamically manage any changes in the "Group" values and ensure your formatting rules are always accurate.
Best Regards,
Muhammad Yousaf
If this post helps, then please consider "Accept it as the solution" to help the other members find it more quickly.