Forum Discussion
Transforming Columns with comas to separate rows
- 4 years ago
Yes this dosent work for my dataset ~40k rows, but ..... here is a good solution!
https://www.youtube.com/watch?v=JMOnr3DOqyk
Yes, this can be achieved using power query,
Can you copy and paste the green data set in your picture as a reply?
I will share the steps as screenshots.
Thanks and regards.
Hi Shaved,
Can it be a simple excel file or pbix? I will definitely post it 😉
- Dhacd4 years ago
Resolver III
Just copy the cells from A1 to C3 from the excel to the reply box and I will take it from there 😄
- Misq4 years ago
Helper I
So, here it is:
ID OrderdItem OrderDates 1 1,2,2 2020-01-01, 2020-02-01, 2020-03-01 2 1,1,3,3 2020-01-01, 2020-02-01, 2020-03-01, 2020-04-01 - Dhacd4 years ago
Resolver III
First, select the column and click on the split column button in the Home ribbon, Then select by the delimiter
In the popping, window Select the delimiter as a comma and click on advance and under split into choose row radio button. Then click on Okay.
Do the same for the other column and you are done.
Mark as solutions so others can find this easily. 😄
Thanks and regards.