Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |