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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
scoobymoo
Frequent Visitor

Splitting multiple columns using delimiter

Hi

 

I have a table which includes 3 columns with delimiters. I need to split the columns into rows using the delimiters but maintaining the order of the information in the columns

 

for example:

 

I would like this

Person IDTypeOrder IDDate of TransactionDate of Payment
001Blue100,10101/01/18, 02/01/1802/01/18, 03/01/18
002Blue102,103,10401/01/18, 01/01/18, 02/01/1802/01/18, 02/01/18, 03/01/18
003Red105,10601/12/2016, 13/04/201502/12/2016, 13/04/2015

To look like this

Person IDTypeOrder IDDate of TransactionDate of Payment
001Blue10001/01/201802/01/2018
001Blue10102/01/201803/01/2018
002Blue10201/01/201802/01/2018
002Blue10301/01/201802/01/2018
002Blue10402/01/201803/01/2018
003Red10501/01/201802/01/2018
003Red10602/01/201803/01/2018

 

I can split one column into rows using the delimiters but is it possible to split them all without losing the relationship?

 

Thank you

 
1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi scoobymoo,

 

Based on my test, it's difficult to insert values from one column to another column in power bi. I woud recommend you to try R script or python script to do this.

 

Regards,

Jimmy Tao

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi scoobymoo,

 

Based on my test, it's difficult to insert values from one column to another column in power bi. I woud recommend you to try R script or python script to do this.

 

Regards,

Jimmy Tao

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.