Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

IF Functions with many conditions

Hi there,    I am a PowerBI newbie, and I need some help with IF functions with many conditions.    I have 7 columns, each of which have rows with different survey scores out of 5. i.e. user 1 sc...
  • rsbin's avatar
    4 years ago

    Anonymous ,

    For your Average condition, I would create another Calculated Column.  Add all 7 columns together and divide by 7:

    AverageScore = ([Leadership] + [Client Satisfaction...] + .....) / 7 

     Then in the SWITCH Statement, your condition is something like this:

    AND( [AverageScore] >=3, [AverageScore] <=4]), 3,

    On vacation next week.  So hoping we can get this done this morning or you can figure it from here.

    Best Regards,