Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
pang22
Helper III
Helper III

pivot and group the column in Power BI power query

Hello,

 

I have a table below in PowerBI.

 

pang22_0-1713411872233.png

 

 

How to pivot and group the column like below format with semicolon in Power query in PowerBI?

pang22_1-1713411885569.png

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@pang22 

pls try this in PQ

= Table.Group(Source, {"Department"}, {{"product", each Text.Combine([Product],";"), type nullable text}})

11.PNG

 

pls see the attachment below

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

@pang22 

pls try this in PQ

= Table.Group(Source, {"Department"}, {{"product", each Text.Combine([Product],";"), type nullable text}})

11.PNG

 

pls see the attachment below

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors