Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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...
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |