Forum Discussion
AnandNamburi
4 years agoHelper III
How to color code a cell/multiple cells based on a value
Hi All, I have a requirement to color code a cell/multiple cells based a value. For example look at the below data: I want to lookat case number, for same case number if the term/date/ca...
mh2587
4 years agoSuper User
I think you can do this by Dax and then put that measure in conditional formating
- AnandNamburi4 years agoHelper III
Can you suggest me any sample code/approach so that I can try it out.
- mh25874 years agoSuper UserXYZ Color = SWITCH(TRUE(),X < 0,"#FF0000",Y = 0, "#FFFF00",Z >0, "#00FA9A","#00FA7A" )