Forum Discussion

DemoFour's avatar
DemoFour
Continued Contributor
7 years ago
Solved

Help with DAX IF statement error

Hi peep's I need some help to see what I have done wrong, I am new to this and I'm still learning DAX.   I am adding a measure to my table to give me an age category for KPI's.   Age Category = i...
  • v-danhe-msft's avatar
    7 years ago

    Hi DemoFour,

    With your measure, you could not just use the column ['PBO test 1 - Client Details'[Age]], you could try to convert the 'PBO test 1 - Client Details'[Age] to CALCULATE(SUM('PBO test 1 - Client Details'[Age])) in your formula.

     

    Regards,

    Daniel He