Forum Discussion

michael_knight's avatar
michael_knight
Post Prodigy
6 years ago
Solved

Scorecard/League Table Help

Hi,   I'm wanting to create a league table/scorecard and I'm having problems with the DAX. I've gone for a IF statement but I'm not sure it will work because it won't be an accumulation of all the ...
  • tex628's avatar
    6 years ago

    Try this:

    Score Card = 
    ([OS] * 2) +
    ([DP] * 3) +
    ([C] * -1) +
    ([DS] * -2) +
    'Appointment - Measures'[Appointments]