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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Spotto
Helper IV
Helper IV

Separate two or more codes on the same line into two or more lines

Hi everyone, I need some help.
I have a table in excel that has a column (VOUCHER) where there are two codes separated by (-), I would like to know how to do it in power query to separate the VOUCHER into two or more lines and repeat the other information from the other columns

 

Example 1)

CODETIPEVOUCHER
287865 X11955734 - 1955745

 

RESULT

CODETIPEVOUCHER
287865 X11955734
287865 X11955745

 

Example 2)

CODETIPEVOUCHER
123456 X11955734 - 1955745 - 1957865

 

RESULT

CODETIPEVOUCHER
123456 X11955734
123456 X11955745
123456 X11957865

 

tks for helpe me 🙂

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi @Spotto 

 

You can split your column in rows with the advanced options of split column:

Luis98_0-1669329225505.png

and you get what you want exactly

 

View solution in original post

v-yalanwu-msft
Community Support
Community Support

Hi, @Spotto ;

You could split the column by "-".

vyalanwumsft_0-1669340877948.png

Then unpivot those columns.

vyalanwumsft_1-1669340922398.png

The final show:

vyalanwumsft_2-1669340975561.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @Spotto ;

You could split the column by "-".

vyalanwumsft_0-1669340877948.png

Then unpivot those columns.

vyalanwumsft_1-1669340922398.png

The final show:

vyalanwumsft_2-1669340975561.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi @Spotto 

 

You can split your column in rows with the advanced options of split column:

Luis98_0-1669329225505.png

and you get what you want exactly

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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