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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.