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!Get Fabric certified for FREE! Don't miss your chance! 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 12 | |
| 12 | |
| 10 | |
| 6 | |
| 5 |