Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello,
Can anybody help me figure out why this formula gives inaccurate result? and how do i make it correct?
Please provide sample data and what is your desired outcome in a table format
I just need to get the right value, multiplying the ITEMCOST and QUANTITY_RATE
@Anonymous , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. As most us not so familar Tableau .
Please try
Fixed Item = CALCULATE(SUMX(ASC,ASC[ItemAttributes_ITEMDIM.ITEM_COST]*ASC[QUANTITY_RATE]), ASC[ORGCODE] = "SGW")
Hello @amitchandak it's still not working and it's giving me same result from the formula i had first.
@Anonymous , I think you need multiplication at some level say item
try like
Fixed Item = CALCULATE(sumx(values(ItemAttributes_ITEMDIM[ITEMDIM])calculate( SUM(ASC[ItemAttributes_ITEMDIM.ITEM_COST])*Sum(ASC[QUANTITY_RATE]))), ASC[ORGCODE] = "SGW")
Can you share sample data and sample output in table format?
Still won't work. I just need to multiply the ITEM COST by the Quantity for those item that are ORG = SGW...
Hi @Anonymous ,
No one could help you well without sample data and expected output. Is the ASC[QUANTITY_RATE] a measure or a column?
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 44 | |
| 42 | |
| 37 | |
| 37 |