Aldonin
New Member
- Joined
- Jan 27, 2012
- Messages
- 28
Hi there Gurus.
I have a large data sate in the form below where same login appears multiple time, one for each different location.
I need to transform it into something that only has the login once, and aggregates all locations using comma as delimiter, (using power query)
I tried merging columns and grouping without success as the login gets repeated after every LocX code.
Any help is much welcome, and... thank you!
I have a large data sate in the form below where same login appears multiple time, one for each different location.
LOGIN | LOCATIONS |
PETER | Loc1 |
JOHN | Loc1 |
PETER | Loc3 |
CHARLES | Loc2 |
CHARLES | Loc7 |
JOHN | Loc5 |
PETER | Loc9 |
I need to transform it into something that only has the login once, and aggregates all locations using comma as delimiter, (using power query)
LOGIN | LOCATIONS |
PETER | Loc1,Loc3,Loc9 |
JOHN | Loc1,Loc5 |
CHARLES | Loc2,Loc7 |
I tried merging columns and grouping without success as the login gets repeated after every LocX code.
Any help is much welcome, and... thank you!