Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Team,
First of all, thanks for what you are doing.
I have a neewbie issue with Power Query :
i have this table :
| Client | Contract |
| CLI001 | CTR001 |
| CLI001 | CTR002 |
| CLI001 | CTR003 |
| CLI001 | CTR004 |
| CLI001 | CTR005 |
| CLI002 | CTR012 |
| CLI002 | CTR013 |
| CLI003 | CTR003 |
| CLI003 | CTR004 |
and i would like to aggregate by Client and have this :
| Client | Contract |
| CLI001 | CTR001, CTR002, CTR003, CTR004, CTR005 |
| CLI002 | CTR012, CTR013 |
| CLI003 | CTR003, CTR004 |
i tried with transpose function, divided function but it's not working.
Do you have an idea how we could do that?
Thanks a lot for your help
Br
Marcolen
= Table.Group(Source, {"Client"}, {{"Contract", each Text.Combine(_[Contract], ", ")}})
Change Source to the appropriate step name
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |