Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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])
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |