Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |