Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
marry
Helper I
Helper I

How to make duplicated value to aggregate as one and merge the other column value?

Hello,

 

I have a table in specfic column (Site Code Merge Custom) contains the duplicated values, can someone advise how to create a new table that show like below? In column "Site Code Merge Custom" I only want the duplicated value show in one record, and the "Manufacturing Product Location Code" column value merge and use coma to separte out.

Thanks in advance.!

 

marry_0-1699272668205.png

 

1 ACCEPTED SOLUTION
marcelsmaglhaes
Super User
Super User

Hey @marry ,

 

You can combine the Row using Text.Combine function on Power Query.

 

First, you need to "group by whit sum" your table like the image bellow.

marcelsmaglhaes_0-1699276743694.png
Then, that will generate an error

marcelsmaglhaes_1-1699276792821.png

 

To fix the error, you need edit the M code like that:

Table.Group(#"Changed Type", {"Site Code"}, {{"Location Code.1", each Text.Combine([Location Code], ","), type nullable text}})

 

marcelsmaglhaes_2-1699276921943.png

 

You will achieve your lines combine!

 


Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI

If I've helped, don't forget to mark my post as a solution!
Imagem de fundo



View solution in original post

2 REPLIES 2
marcelsmaglhaes
Super User
Super User

Hey @marry ,

 

You can combine the Row using Text.Combine function on Power Query.

 

First, you need to "group by whit sum" your table like the image bellow.

marcelsmaglhaes_0-1699276743694.png
Then, that will generate an error

marcelsmaglhaes_1-1699276792821.png

 

To fix the error, you need edit the M code like that:

Table.Group(#"Changed Type", {"Site Code"}, {{"Location Code.1", each Text.Combine([Location Code], ","), type nullable text}})

 

marcelsmaglhaes_2-1699276921943.png

 

You will achieve your lines combine!

 


Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI

If I've helped, don't forget to mark my post as a solution!
Imagem de fundo



Hello @marcelsmaglhaes ,

 

Amazing!!!! Thank you so much!! It fully filfill my need. 🙂

Appreciated your help!

 

Best regards,

Mary Chen

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.