The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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