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.
Hello,
I want to sum the project Item Qty but for both projects but without duplicate, example sum of project items for same item nr. Is 845 + 200 = 1045
while in project C it should calculate 1089
Thanks in advance.
Solved! Go to Solution.
try this measure,
Distinct sum =
VAR _distinctValues = VALUES('Table'[Price Item Quantity])
VAR _result = SUMX(_distinctValues,[Price Item Quantity])
RETURN _result
Thanks,
Arul
try this measure,
Distinct sum =
VAR _distinctValues = VALUES('Table'[Price Item Quantity])
VAR _result = SUMX(_distinctValues,[Price Item Quantity])
RETURN _result
Thanks,
Arul
User | Count |
---|---|
122 | |
77 | |
62 | |
50 | |
44 |
User | Count |
---|---|
175 | |
125 | |
61 | |
60 | |
58 |