Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello everyone,
I hope all is well. I am wondering if there's a way to have Equipment that has the same Contract and Change be in one row instead of multiple rows? Thank you!
Solved! Go to Solution.
Hi, @damonkimble
Try the following formula:
= Table.Group(#"Changed Type", {"Contract", "Change"}, {{"Custom", each Text.Combine([Equipment],"/"), type text}})
Please change the key points in the image below to match your context.
Code:
Result:
Please refer to the attachment below for details
Is this the result you want? Hope this is useful to you
Please feel free to let me know If you have further questions
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @damonkimble
Try the following formula:
= Table.Group(#"Changed Type", {"Contract", "Change"}, {{"Custom", each Text.Combine([Equipment],"/"), type text}})
Please change the key points in the image below to match your context.
Code:
Result:
Please refer to the attachment below for details
Is this the result you want? Hope this is useful to you
Please feel free to let me know If you have further questions
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please refer this thread which has similar requirement as yours..
https://community.powerbi.com/t5/Desktop/Agroup-and-concatenate-column-with-a-common-value/m-p/21186...
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 26 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 57 | |
| 41 | |
| 31 | |
| 24 | |
| 20 |