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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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