Forum Discussion
sameergupta60
4 years agoHelper IV
Conditional formatting help on count
Dear Team, Need help with conditional formatting. if my RCC is on max count then block work conditional formatting -7 with any red cell color Example = 26-7 = 19 but the curr...
- Anonymous4 years ago
Hi sameergupta60 ,
Please try this measure:
Measure = VAR _maxrcc = MAXX(SUMMARIZE('Table','Table'[Tower Name],"rcc",[RCC]),[rcc]) VAR _colour = IF([RCC]-7>[Block Works]&&[RCC]=_maxrcc,"Red","Green") RETURN _colourBest Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Dhacd
4 years agoResolver III
Hi can you share a sample data set.