The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
65 | |
60 | |
60 | |
53 | |
27 |
User | Count |
---|---|
181 | |
88 | |
70 | |
48 | |
46 |