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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I have a table below in PowerBI.
How to pivot and group the column like below format with semicolon in Power query in PowerBI?
Solved! Go to Solution.
pls try this in PQ
= Table.Group(Source, {"Department"}, {{"product", each Text.Combine([Product],";"), type nullable text}})
pls see the attachment below
Proud to be a Super User!
pls try this in PQ
= Table.Group(Source, {"Department"}, {{"product", each Text.Combine([Product],";"), type nullable text}})
pls see the attachment below
Proud to be a Super User!