Forum Discussion
inglexjc
3 years agoPost Patron
Color coding with Multiple Colors with Multiple Text in same column
I have a table called 'Legal Files' column name is Description_1 (Visual shows Description). I was able to color code when "Letter Waived" is in the column to show the font as BLUE. But now it's...
- 3 years agoColor =VAR col = SWITCH(TRUE(),CONTAINSSTRING(SELECTEDVALUE('Legal Files'[Description_1]),"Letter Waived") || CONTAINSSTRING(SELECTEDVALUE('Legal Files'[Description_1]),"Dispo"),"Blue", CONTAINSSTRING(SELECTEDVALUE('Legal Files'[Description_1]),"Person") || CONTAINSSTRING(SELECTEDVALUE('Legal Files'[Description_1]),"WebEx"),"Red")RETURNcol
inglexjc
3 years agoPost Patron
I'm thinking this isn't going to work.
Error even when I tried Letter Waived instead of LW. (in the raw data it comes over as LW.
I'll have to try something different.
Padycosmos
3 years agoSolution Sage
Please check my latest reply.