Forum Discussion
dataforlife
3 years agoFrequent Visitor
Conditional formatting per group
I am trying to do conditional formatting per group with the following logic, but it does not seem to work. The logic of my measure should be as follows: if group x has y amount of work, then it sho...
- 3 years ago
dataforlife I'm confident that is a data quality issue. Please perform trim and clean steps in PQ and then check. If it still doesn't work, please share a sample pbix file, and remove sensitive information before sharing.
parry2k
3 years agoSuper User
dataforlife if you put the measure in a table visual with team[name] column, do you see "green" or "Red" color.
- dataforlife3 years agoFrequent Visitor
No, it does not color any of the fields. I tried
Measure Teamcolor = if(SELECTEDVALUE(Team[Name]) = "South", "Green", "Red")just to check whether it will color any of the rows that belong to Team south, but it does not do it.