Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

conditional formatting based on other column

Hi Experts, I want to apply conditional formatting on "Activity Required Run Rate" that if -   Activity Run Rate is less than Required Run Rate then color Required Run Rate columnwith Red color. ...
  • parry2k's avatar
    6 years ago

    Anonymous add a measure with your logic

     

    Color = IF ( [Activity Run Rate] < [Rquired Run Rate], "Red" )

     

    in conditional formatting, choose field value and select the above measure for color and it should work.

     

    I would ❤Kudos 🙂 if my solution helped. ?