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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
PietroFarias
Resolver II
Resolver II

Concatenate values from a DAX column

How do I transform the result of a DAX function in table format to a scalar value concatenating each record.
The expected result is the example below:

Sample.png

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi @PietroFarias 

CONCATENATEX( DISTINCT(Table1[Name]), Table1[Name], ", ")

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

 

SU18_powerbi_badge

 

View solution in original post

1 REPLY 1
AlB
Community Champion
Community Champion

Hi @PietroFarias 

CONCATENATEX( DISTINCT(Table1[Name]), Table1[Name], ", ")

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

 

SU18_powerbi_badge

 

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.