Forum Discussion
DJBAJG
Helper IV
4 years agoConditional 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
Super User
4 years agoDJBAJG , 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
DJBAJG
Helper IV
4 years agoHi 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.