March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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!
Solved! Go to Solution.
Hi @Anonymous ,
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:
Pete
Proud to be a Datanaut!
Hi,
you have to split column by delimeter choosing split into rows
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!
Hi @Anonymous ,
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:
Pete
Proud to be a Datanaut!
Thank you so much
Fantastic, thank you!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
16 | |
13 | |
12 | |
9 |
User | Count |
---|---|
34 | |
31 | |
20 | |
19 | |
17 |