Forum Discussion
Upali63
2 years agoHelper II
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...
- 2 years ago
pls try this
Prd_Sales = CALCULATE(sum(GLT_DATA[AMOUNT]),GLT_DATA[TBL_FLG]="SA")