Forum Discussion

sameergupta60's avatar
sameergupta60
Helper IV
4 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    4 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
    _colour

     

    Best Regards,
    Gao

    Community Support Team

     

    If 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