Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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!
Solved! Go to Solution.
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
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!
Any thoughts? Thanks all!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.