Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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:
Solved! Go to Solution.
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
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