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.
I included pictures of the DAX used and the export showing there are multiple rows of the same "concat shipment table"
I wanted to create this table to connect it as the "One" side to a "Many" table, but I have duplicate "concat shipment table" rows.
Any idea how to aggregate these rows? I thought Summarized would od it
Solved! Go to Solution.
Hi
For numberic columns (Gross ship USD, net Qty), you use SUM to SUMARRIZE to avoid duplicate. Try this one
Table= SUMMARRIZE(FILTER(...),
[Concat shipment table],
SUM([Gross Sales USD],
SUM([Net Qty],
SUM([Gross Ship USD],
[List price])
Hi @Anonymous ,
Could you please provide your pbix file qithout privacy inormation for us to test? I cannot reproduce the issue.
How to Get Your Question Answered Quickly
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi
For numberic columns (Gross ship USD, net Qty), you use SUM to SUMARRIZE to avoid duplicate. Try this one
Table= SUMMARRIZE(FILTER(...),
[Concat shipment table],
SUM([Gross Sales USD],
SUM([Net Qty],
SUM([Gross Ship USD],
[List price])
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 |
---|---|
65 | |
64 | |
56 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |