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

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

Reply
ozmike
Resolver I
Resolver I

Turn column into a list of values using Text.Combine

Hi

 

I have a table

Id

1

2

3

 

And want to do

1,2,3

 

someone mentioned in a post change type to text and then

= Text.Combine(#"Changed Type"[Id], ",")

 

but i'm a bit lost?

 

1 ACCEPTED SOLUTION

The purpose is explained in a previous post,

 

This video shows how to do it.

Specializing in Power Query Formula Language (M)

View solution in original post

4 REPLIES 4
dkay84_PowerBI
Microsoft Employee
Microsoft Employee

What is the goal of having a list?

To get what you describe you can transpose then merge columns with a "," delimiter

I'm trying to do this here

The purpose is explained in a previous post,

 

This video shows how to do it.

Specializing in Power Query Formula Language (M)

The the post you described - i didn't understand but your video helped

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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