I have a table with columns like this,
Col1 , Col2
Yellow , John
Red , John
Blue , John
Orange , Joe
Green , Joe
I want to reconfigure this table to list each unique value of Col2 and then have every value of Col1 listed as comma separated value, like this,
Col1 Col2
John Yellow, Red, Blue
Joe Orange, Green
Can Power Query do this for me?
Col1 , Col2
Yellow , John
Red , John
Blue , John
Orange , Joe
Green , Joe
I want to reconfigure this table to list each unique value of Col2 and then have every value of Col1 listed as comma separated value, like this,
Col1 Col2
John Yellow, Red, Blue
Joe Orange, Green
Can Power Query do this for me?