Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
User | Count |
---|---|
123 | |
76 | |
63 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |