Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
powerbbbuuuuu
Frequent Visitor

concatenate all the values in the one single column to one cell of value , separated by ,

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

1 ACCEPTED SOLUTION

Hi,

This measure works absolutely fine on the file you shared with me privately

=CONCATENATEX(VALUES('crmID-perVM'[crmID]),'crmID-perVM'[crmID],",")

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

4 REPLIES 4
Ashish_Mathur
Super User
Super User

Hi,

Does this measure work?

=CONCATENATEX(VALUES('tableName'[fieldName]),'tableName'[fieldName],",")


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

 

Hi,

Share the link from where i can download your PBI file and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi,

This measure works absolutely fine on the file you shared with me privately

=CONCATENATEX(VALUES('crmID-perVM'[crmID]),'crmID-perVM'[crmID],",")

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.