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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ngct1112
Post Patron
Post Patron

Concate all value in a column

Hi All,

 

May I know how could I concate all values in the same column so that I could put in the card?

Great thanks.

Name
David
Ray
Tony
Sally
Kelvin

 

To

David, Ray, Tony, Sally, Kelvin

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@ngct1112 , Try concatenatex

 

concatenatex(Table, Table[Name], ",")

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

View solution in original post

Hi @ngct1112 ,

 

For getting distinct value you can try below code

 

= Concatenatex(Values(Table[Name]),Table[Name], ", ")

 

Thanks

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@ngct1112 , Try concatenatex

 

concatenatex(Table, Table[Name], ",")

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

@amitchandak , may I ask how could it reserve distinct values only?

 

I tried this but not working

= Concatenatex(
Table, Distinct(Table(Name), ", ")

 

Hi @ngct1112 ,

 

For getting distinct value you can try below code

 

= Concatenatex(Values(Table[Name]),Table[Name], ", ")

 

Thanks

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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