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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
renatopnovaes
Helper I
Helper I

How remove duplicates words according other column word in a row

I have this data with the products and their respective groups. However, the same product is part of two groups. In my case I have the product "FANTA GUARANA ZERO 2L 6UN" which is part of the groups "SABORES SA 2L" and "FANTA GUARANA 2L". I wanted the product "FANTA GUARANA ZERO 2L 6UN" to be part of the "SABORES SA 2L" GROUP.  I Need distinct items for create a key.

 

It's possible?

 

renatopnovaes_0-1628808978010.png

 

 

1 ACCEPTED SOLUTION
PC2790
Community Champion
Community Champion

If I understand your requirement correctly, you can concatenate the two columns and then remove duplicates based on that column.

Or you can create an index column based on your required column and do the further transformations accordingly

I hope one of these will work for you.

View solution in original post

2 REPLIES 2
renatopnovaes
Helper I
Helper I

@PC2790  Thank you my friend!

PC2790
Community Champion
Community Champion

If I understand your requirement correctly, you can concatenate the two columns and then remove duplicates based on that column.

Or you can create an index column based on your required column and do the further transformations accordingly

I hope one of these will work for you.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors