cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Created a summarized table, but my rows didn't aggregate for some reason.

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 

Ukfan123_1-1663771573873.png

 





Ukfan123_0-1663771519792.png

 

1 ACCEPTED SOLUTION
HoangHugo
Solution Specialist
Solution Specialist

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])

View solution in original post

2 REPLIES 2
v-rongtiep-msft
Community Support
Community Support

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.

 

HoangHugo
Solution Specialist
Solution Specialist

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])

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

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!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors