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

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

Reply
Mojtaba
Frequent Visitor

concatenate/append Columns with Different Column Names in same table

I have many columns of same table 

 

Table A

Monthly Plan  Weekly plan   Actual  Monthly Plan1  Weekly plan 2  Actual3

A                                 B              C                    D               E                F

 

 

I wanted them as :

 

Monthly Plan  Weekly plan   Actual 

 A                                 B                 C  

D                                 E                   F

I can not create a sperate table and append it because there are so many columns and i cant create too many tables.

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

NewStep=#table(List.FirstN(Table.ColumnNames(PreviousStepName),3),List.TransformMany(Table.ToRows(PreviousStepName),each List.Split(_,3),(x,y)=>y))

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

NewStep=#table(List.FirstN(Table.ColumnNames(PreviousStepName),3),List.TransformMany(Table.ToRows(PreviousStepName),each List.Split(_,3),(x,y)=>y))

Thanks ,I am not sure If I can understand this code properly,can you please explain a bit more

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.