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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
fernandoC
Helper V
Helper V

How to transform column to remove duplicates

Hi Team,

 

I wanted to request your help as I want to do the following, I have a table such as this one:

 

NameSkill
BobWriting
BobReading
BobSpeaking

 

What I want to do is to transform the table so that is provides the following result:

NameSkill 1Skill 2Skill 3
BobWritingReadingSpeaking

 

I've been trying to pivot the column but it doesn't give me the correct result. Any ideas?.

 

Thanks!. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Here you go. You need to reference your skills as a new table, remove dups, add index and merge back to original table. Was going to share the PBIX file but it wont let me.   This gif walks you through all the steps

 

 

pivotcolumns.gif

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Here you go. You need to reference your skills as a new table, remove dups, add index and merge back to original table. Was going to share the PBIX file but it wont let me.   This gif walks you through all the steps

 

 

pivotcolumns.gif

Thanks @Anonymous for the detailed explanation ;). 

HotChilli
Super User
Super User

Add an Index, then Pivot the Index column (with 'do not aggregate' option)

Hi @HotChilli 

 

Thank you for your response. 

 

I've created the index column and pivoted with the values from 'Skills', however, it's not providing the desired result. Maybe I'm missing a step.

 

Thank you for your help on this!. 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.