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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
122 | |
81 | |
47 | |
44 | |
35 |
User | Count |
---|---|
182 | |
83 | |
70 | |
47 | |
45 |