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!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi, could you help me?
I am new in Power BI , MAybe do you know how I can get the correct total?
Volumn =
SUM('Лист1'[Price]) * SUM('Лист1'[Quantity])
52 and 70 are not correct
Solved! Go to Solution.
This is a classic issue, see the explanation and solution here:
https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Just use SUMX instead of SUM.
Volume = SUMX(Table,Table[Price]*Table[Quantity])
Regards,
This is a classic issue, see the explanation and solution here:
https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 102 | |
| 37 | |
| 26 | |
| 26 |