The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!