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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors