Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
I need to change a column to delimited rows grouped by another column.
It's easier to say it by a picture! :
Many thanks for looking!
Solved! Go to Solution.
Hi,
Select column B, then Group By
Replace the part : each Text.Combine([A], ",")
Here is the code:
= Table.Group(#"Changed Type", {"B"}, {{"A", each Text.Combine([A], ","), type nullable text}})
Hi,
Select column B, then Group By
Replace the part : each Text.Combine([A], ",")
Here is the code:
= Table.Group(#"Changed Type", {"B"}, {{"A", each Text.Combine([A], ","), type nullable text}})
Hi Olga,
That's fantastic!
That's saved the day 😊
Many thanks
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!