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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
gv445
Frequent Visitor

How to append two or mote tables from list

Hi folks,

 

I am trying to append 2 or more Excel tables from folder. I arrive at this point in my Power Query procedure:

 

Capture.PNG

 

I know I can click on diverting Expand arrows and get the job done. My problem though is that my tables contain varying number of columns. The columns also might appear with different names. I want all the columns and their names from all the tables be present. Therefore I am using Append to obtain combined table with all the column names in place. The following command works fine

 

Table.Combine(test[Transform File])

 

but I am loosing column Date modified. Is there a way to append these tables and keep Date modified column in place?

Would be most grateful for any hints.

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

NewStep=Table.FromPartitions("Date modified",Table.ToRows(PreviousStepName))

View solution in original post

2 REPLIES 2
gv445
Frequent Visitor

Great. Thank you very much !

wdx223_Daniel
Super User
Super User

NewStep=Table.FromPartitions("Date modified",Table.ToRows(PreviousStepName))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors