Forum Discussion
DJBAJG
4 years agoHelper IV
Conditional Formatting.... Maybe???
Hi Team I've got a question that, as you can see based on my title, may indeed be answered by using conditional formatting but I'm not sure as I haven't been able to get it to work. What I'm atte...
amitchandak
4 years agoSuper User
DJBAJG , Create a measure like , hope Id is used in visual
Switch(true() ,
left(max(Table[ID]) ,5) = "6D5A0" , "Green" ,
"White"
)
Use in conditional formatting using field value option
- DJBAJG4 years agoHelper IV
Hi amitchandak
Thanks for the quick reply. Perhaps I didn't give enough detail. The solution must by dynamic. Any and all IDs that appear in matrix 1 and matrix 2 must be highlighted. A hard-coded measure will not achieve that.
Thanks.