Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Community,
I want to Convert Column into List. Please find below details.
Dataset = Select Distinct ids from table
Output of dataset:
IDs
123
456
789
So i want to display these values in taxtbox as 123,456,789
Thanks,
Pravin
@Anonymous
You can create a measure as follows and use it on a card visual:
ID List =
CONCATENATEX (
DISTINCT (tablename[IDs]),
tablename[IDs],
", "
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
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 |
|---|---|
| 15 | |
| 7 | |
| 5 | |
| 5 | |
| 4 |