Forum Discussion
Vertical Scroll bar not available in Conditional Formatting popup window
- 5 years ago
Krishya25 sorry, missed giving an example of a measure
Color Measure = SWTICH ( SUM ( YourTable[YourColumn] ), 1, "Red", 2, "Green", 3, "Blue", 4, "Yellow", "Black" --else )and use this measure in conditional formatting, and in the future, if you need any change, you can simply make a change in this measure instead of dealing with conditional formatting conditional screen.
Just a suggestion.
Krishya25 sorry, missed giving an example of a measure
Color Measure =
SWTICH ( SUM ( YourTable[YourColumn] ),
1, "Red",
2, "Green",
3, "Blue",
4, "Yellow",
"Black" --else
)
and use this measure in conditional formatting, and in the future, if you need any change, you can simply make a change in this measure instead of dealing with conditional formatting conditional screen.
Just a suggestion.
- Krishya255 years agoFrequent Visitor
Thanks for the idea actually using Switch in the measure is much easier than using the conditions. As the same measure is used for both the Background and the font colour. No duplicate effort is required. i just love it. Thanks a lot 🙂