Forum Discussion

Upali63's avatar
Upali63
Helper II
2 years ago
Solved

DAX Comparison operators do not support

Hi Friends   Prd_Sales = CALCULATE(sum(GLT_DATA[AMOUNT]),GLT_DATA[TBL_FLG])="SA"   I have created the above  measure and when I try to use the same with a visual I get below message. I dont kno...
  • Ahmedx's avatar
    2 years ago

    pls try this

    Prd_Sales = CALCULATE(sum(GLT_DATA[AMOUNT]),GLT_DATA[TBL_FLG]="SA")