Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |