Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Aden123
Regular Visitor

How to merge data from various cells in the column into single cell

How to merge the data from

 

ProductMachine
A1
A2
A3

 

to become

ProductMachine
A1,2,3

 

2 REPLIES 2
Vijay_A_Verma
Super User
Super User

Insert this step

= Table.Group(Source, {"Product"}, {{"Machine", each Text.Combine([Machine],","), type text}})

 

ChielFaber
Solution Supplier
Solution Supplier

The instruction on the following page will give you the desired outcome:

https://gorilla.bi/power-query/group-by-to-concatenate-text/

It uses a group by function in combination with the Text.Combine function. It will give you the result your looking for and you can just follow the steps and explanation.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.