Forum Discussion
Manikanta2108
10 months agoHelper I
Background Colour - conditional formatting
Instead of whole background of cell i want to apply background for number only, How can i do that? and here C, H, M, L, I are my measures(values field) in matrix visual
- 10 months ago
hello Manikanta2108
H Color =
IF(
not ISBLANK(SELECTEDVALUE('Table'[H])),
"#FF0000"
)This should be color any row with no blank value.Hope this will help.Thank you.
raisurrahman
10 months agoHelper II
Manikanta2108 : very interesting requirement. I never think in this way.
I will try to give it a try when I have got time