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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
eloomis
Advocate II
Advocate II

Append columns of the same table

I have a table like this:

 

ProjectID | Project Manager

12345        John Doe

67890        John Doe, Jane Doe

 

 

I need to have a column of single project managers, with their correlated project ID. So I split Project manager on comma delimiter and now I have two columns Project Manager.1 and Project Manager.2. How can I append Project Manager.2 to 1, retaining the projectID, and hopefully not generating a new query to be kind to my file size. Thank you!

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @eloomis ,

 

When you split the [ProjectManager] column using the ", " delimiter, expand the advanced option in the split dialog and you'll see you can split the values to new rows, instead of columns:

BA_Pete_0-1673538830228.png

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

5 REPLIES 5
serpiva64
Super User
Super User

Hi,

you have to split column by delimeter choosing split into rows

serpiva64_0-1673538845377.png

If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !

 

Phenomenal, thank you!

BA_Pete
Super User
Super User

Hi @eloomis ,

 

When you split the [ProjectManager] column using the ", " delimiter, expand the advanced option in the split dialog and you'll see you can split the values to new rows, instead of columns:

BA_Pete_0-1673538830228.png

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Thank you so much

Fantastic, thank you!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors