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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Concatenate values having a same category

Hello, 

 

I would like to concatenate values having the same category by "-"

 

Input : 

CategoryValues
Ared
Aorange
Ayellow
Byellow
Cgreen

 

Expected Output : 

 

CategoryValues
Ared - orange - yellow
Byellow
Cgreen

 

Thanks in advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You could create a calculated column:

Column = CONCATENATEX(FILTER('Table','Table'[Category]=EARLIER('Table'[Category])),'Table'[Values],"-")

vjaywmsft_0-1653298741027.png

 

Best Regards,

Jay

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

You could create a calculated column:

Column = CONCATENATEX(FILTER('Table','Table'[Category]=EARLIER('Table'[Category])),'Table'[Values],"-")

vjaywmsft_0-1653298741027.png

 

Best Regards,

Jay

ribisht17
Super User
Super User

@Anonymous 

 

This is explained here

Pre Concatenate List of Values in Power BI using Power Query - RADACAD

 

Regards,

Ritesh

amitchandak
Super User
Super User

@Anonymous , Create a new measure and use that with Category

 

concatenatex(Table, [Values], " - ")

 

refer video Power BI Abstract Thesis Episode 72: Concatenate Text- Measure, DAX Table, and Power Query Table

https://www.youtube.com/watch?v=xAh3tz1qo24

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors