Forum Discussion
Anonymous
4 years agoNot applicable
Power Query: How do I convert multiple rows to comma separated values, according to their IDs?
Hi everyone! I have the following dataset: ID Colour 1 Red 1 Blue 1 Green 1 Yellow 2 Red 2 Blue 3 Green How can I transform it to the following, but it...
- 4 years ago
Hi Anonymous
This article explains it. You have to group it and then tweak the code little bit to join text rather than sum.
Thanks,
thingsclump
Thingsclump
4 years agoResolver V
Hi Anonymous
This article explains it. You have to group it and then tweak the code little bit to join text rather than sum.
Thanks,
thingsclump
pavel_lazarov
1 year agoRegular Visitor
It works. Thank you!