The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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