Forum Discussion
PietroFarias
Resolver II
5 years agoConcatenate 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:
- 5 years ago
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
AlB
Community Champion
5 years agoHi 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