Forum Discussion
Split rows into multiple rows by line breaks
- 6 years ago
Hi Anonymous ,
Here is the pbix Split rows PBIX
So I split the 2nd col by delimiter. Which might be the only tricky part for you. When I built a table to match yours I had to do a "Shift Enter" to get data on subsequent rows visually. You may have to play around with how to split the column, but from there it is easy, select first column and unpivot other rows, then delete attribute column.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Hi Anonymous ,
Here is the pbix Split rows PBIX
So I split the 2nd col by delimiter. Which might be the only tricky part for you. When I built a table to match yours I had to do a "Shift Enter" to get data on subsequent rows visually. You may have to play around with how to split the column, but from there it is easy, select first column and unpivot other rows, then delete attribute column.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Spot on, this solve my issue!! Thanks.