Forum Discussion
winterbloom
3 years agoFrequent Visitor
Conditional formatting stops when adding measure
Hi all, I have a weird issue I hope you can help me with. Background info: I am attempting to set up an Income Statement using this method: https://www.youtube.com/watch?v=J4317R5BvsA I...
amitchandak
3 years agoSuper User
winterbloom , That is strange.
If the highlight is a column create a measure like the one below and use that in conditional formatting using the field value option
If(round(max(Table[highlight]),0) =1, "Blue", "white")
- winterbloom3 years agoFrequent Visitor