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,
is it possible to transfrom some table from these structure:
ID Attribute
4711 A
4711 B
4712 A
in the following result:
ID Attribute
4711 A|B
4712 A
Thanks for youre help!
Solved! Go to Solution.
Hi @Anonymous
Group by ID, choose Sum and replace List.Sum by Text.Combine( , "|")
= Table.Group(Source, {"ID"}, {{"Attribute", each Text.Combine([Attribute], "|"), type text}})
Stéphane
Hi @Anonymous , here's a quick solution to this transformation. Thanks
Hi @Anonymous
Group by ID, choose Sum and replace List.Sum by Text.Combine( , "|")
= Table.Group(Source, {"ID"}, {{"Attribute", each Text.Combine([Attribute], "|"), type text}})
Stéphane
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 10 | |
| 9 | |
| 8 | |
| 7 |