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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
naoyixue1
Post Patron
Post Patron

How to change the list of column value to the horizonal view with ","

Hey all,

 

I'm working on something, in which I have to convert the value in the column to the horizontal view, and each SKU will be split with ',' (RHS). Not sure we can do so in power query.  Do you have any thoughts? Thanks!

 

naoyixue1_1-1684339870020.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @naoyixue1,

You can try to use the CONCATENATEX function to convert table field list to a text string.

formula =
CONCATENATEX ( ALLSELECTED ( 'Table' ), [Column], "," )

 

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @naoyixue1,

You can try to use the CONCATENATEX function to convert table field list to a text string.

formula =
CONCATENATEX ( ALLSELECTED ( 'Table' ), [Column], "," )

 

Regards,

Xiaoxin Sheng

@Anonymous It works. thank you so much!

naoyixue1
Post Patron
Post Patron

Any thoughts? Thanks all!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors