Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
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
@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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 72 | |
| 46 | |
| 35 |