Forum Discussion

Diportee97's avatar
Diportee97
Helper I
1 year ago
Solved

Dax error

โ€ƒHello guys,i created previous month percentage measures for this cards but the second and the third cards are showing outrageous percentages like -97% instead of 2,4,5-10% which is a bit messy...
  • Irwan's avatar
    Irwan
    1 year ago

    hello Diportee97 

     

    i might be wrong but i think [Avg Satisfaction pm] and [Avg Wait Time pm] are taking value from wrong measure.

     

    as you can see below, those pm value have all same value because they are using same exact DAX and same measure.

     

    [Patient Visit pm] is using [Patient Visit] which i think this is correct

    [Avg Satisfaction pm] is using [Patient Visit] instead of using [Avg Satisfaction Score]

    [Avg Wait Time pm] is using [Patient Visit] instead of using [Avg Wait Time]

     

    if i change the measure to the corresponding measure, i think the value looks more sensible.

     

    Hope this will help.

    Thank you.