Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I created one measures, its return duplicates while i'm using columns in from another table.
And also its returning the wrong values.
can you guys advice any measure to find sum value respective of particular column data.
Solved! Go to Solution.
Hi, @NavaneethaRaju
Measure:
Measure 1 = CALCULATE(SUM('Table'[QTY]),ALLEXCEPT('Table','Table'[ID]))
Measure 2 = CALCULATE(SUM('Table'[QTY]),ALL('Table'))
Measure 3 = CALCULATE(SUM('Table'[QTY]))
Which result is your desired outcome? If none of them is correct, please tell us the output result you expect.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @NavaneethaRaju
Measure:
Measure 1 = CALCULATE(SUM('Table'[QTY]),ALLEXCEPT('Table','Table'[ID]))
Measure 2 = CALCULATE(SUM('Table'[QTY]),ALL('Table'))
Measure 3 = CALCULATE(SUM('Table'[QTY]))
Which result is your desired outcome? If none of them is correct, please tell us the output result you expect.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please clarify the problem. Does this table explain the problem or show the expected result?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |