The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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