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
X3svfdB1HOjKYc0
Regular Visitor

Group and Concatenate

I have this list.

 

X3svfdB1HOjKYc0_0-1671024975871.png

I would like to keep one record per article ID and have the MM_MMW_Detailed column repeat with a delimiter (preferably a line break but any other delimiter would also be acceptable).

 

It looks like there is an accepted solution to my question but I can't get it to work.

https://community.powerbi.com/t5/Desktop/Agroup-and-concatenate-column-with-a-common-value/m-p/21186...

 

My attempt -

 

X3svfdB1HOjKYc0_1-1671025289230.png

Yields this error -

 

X3svfdB1HOjKYc0_2-1671025872994.png

Any assitance is very much appreciated.

 

1 ACCEPTED SOLUTION
mussaenda
Super User
Super User

 

 

Hi @X3svfdB1HOjKYc0,

 

You cannot aggregate your Detailed column with sum because your data type is a string.

Your frist step is correct, you need to group them.

Then instead of aggregating, select all columns without aggregations.

Then create a custom colmn to concat the Detailed column.

mussaenda_0-1671079904674.png

 

I attached a sample pbix for your guide.

View solution in original post

1 REPLY 1
mussaenda
Super User
Super User

 

 

Hi @X3svfdB1HOjKYc0,

 

You cannot aggregate your Detailed column with sum because your data type is a string.

Your frist step is correct, you need to group them.

Then instead of aggregating, select all columns without aggregations.

Then create a custom colmn to concat the Detailed column.

mussaenda_0-1671079904674.png

 

I attached a sample pbix for your guide.

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