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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
DavidEg
Frequent Visitor

Transform data to delete duplicate Rows Table.TransformColumns

Hello, I have a query similar to as below screenshot shown

DavidEg_0-1608285347737.png

I would like to transform it so that it does not have duplicate rows of the student column and group the class fields as follows:

DavidEg_1-1608286890283.png

I'm using these M queries, but I can't get the expected result.

I have tried the following queries:

Table.SplitColum Table.TransformColumns

Has anyone transformed the data in a similar way and can help me?

Thank you so much for everything.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@DavidEg , refer to the form of energy consultation

https://www.excel-university.com/combine-rows-into-a-delimited-list/

https://exceloffthegrid.com/power-query-combine-rows-into-a-single-cell/

in dax use this measure with Student in a visual table/matrix

concatenatex(Table, table[class], ",")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
DavidEg
Frequent Visitor

Thank you very much, I've got it.

I googled and found nothing.

I've done as the consultation says.

I grouped the column and then combined the rows as text.

= Table.Group(Origen, {"student"}, {{"Recuento", each Text.Combine([classes.1], "; "), type text}})

Thank you so much for everything!!

amitchandak
Super User
Super User

@DavidEg , refer to the form of energy consultation

https://www.excel-university.com/combine-rows-into-a-delimited-list/

https://exceloffthegrid.com/power-query-combine-rows-into-a-single-cell/

in dax use this measure with Student in a visual table/matrix

concatenatex(Table, table[class], ",")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Kudoed Authors