Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Friends
I have created the above measure and when I try to use the same with a visual I get below message. I dont know how to solve it. Kindly help please.
Solved! Go to Solution.
pls try this
Prd_Sales = CALCULATE(sum(GLT_DATA[AMOUNT]),GLT_DATA[TBL_FLG]="SA")
you wrote the parentheses incorrectly, write it like this
pls try this
Prd_Sales = CALCULATE(sum(GLT_DATA[AMOUNT]),GLT_DATA[TBL_FLG]="SA")
Thanks a lot
Share sample pbix file to help you.
you need to convert the GET_DATA[AMOUNT] column to a number in power query
Hi Ahmedx
It is alraedy a numeric field