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 I am trying to concatenate the values in a single column with:
CONCATENATEX( 'tableName', 'tableName'[fieldName], ",")
However, the above formula does not work. Does anyone know the reason
Solved! Go to Solution.
Hi,
This measure works absolutely fine on the file you shared with me privately
=CONCATENATEX(VALUES('crmID-perVM'[crmID]),'crmID-perVM'[crmID],",")
Hi,
Does this measure work?
=CONCATENATEX(
VALUES('tableName'[fieldName]),'tableName'[fieldName]
,
","
)
Hi,
Share the link from where i can download your PBI file and show the expected result.
Hi,
This measure works absolutely fine on the file you shared with me privately
=CONCATENATEX(VALUES('crmID-perVM'[crmID]),'crmID-perVM'[crmID],",")
User | Count |
---|---|
90 | |
71 | |
68 | |
53 | |
27 |