Forum Discussion

Sillsree15's avatar
Sillsree15
Frequent Visitor
3 years ago
Solved

Help

HI All,

I need help to ficheh the spicific sting from the existion column and create as new row in new table .

Original data is like below 

IDNameEffects
121Sree,Navee,Break40
122Kousik,Prana,Sree,Sil100

 

I need like below

IDNameEffects
121sree40
121Navee40
122Break40
122Kousik100
122Prana100
122Sree100
122Sil100

Thanks in advance for help.

 

Sreenivas

  • Hello Sillsree15 ,

    Follow below steps to achieve it.

    1. Go to Power Query Editor (Transform Data)

    2. Select Name column and click on split column using delimiter then in advanced option change to rows. Its looks as below:

    Your output looks as below:

     

    If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!

     

     

2 Replies

  • Hello Sillsree15 ,

    Follow below steps to achieve it.

    1. Go to Power Query Editor (Transform Data)

    2. Select Name column and click on split column using delimiter then in advanced option change to rows. Its looks as below:

    Your output looks as below:

     

    If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!