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])
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
107 | |
74 | |
66 | |
50 | |
49 |
User | Count |
---|---|
163 | |
85 | |
76 | |
68 | |
67 |