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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ratgdillon
Frequent Visitor

Combining tables with the same columns

Hi all,

 

I have a growing list of monthly tables with the same format that I would like to combine into one long summary table. What is the most efficient way to combine all rows of my tables into one table? The easier it is for someone with minimal coding experience to update this formula every month, the better.

 

Thanks!

 

July Table:

DateProductSales
7/4/19Pepsi$299
7/13/19Coca-Cola$283
7/23/19Pepsi$238

 

August Table:

DateProductSales
8/1/19Pepsi$283
8/19/19Coca-Cola$123
8/26/19Pepsi$234

 

September Table:

DateProductSales
9/9/19Coca-Cola$345
9/12/19Coca-Cola$394
9/20/19Pepsi$832

 

Summary Table:

DateProductSales
7/4/19Pepsi$299
7/13/19Coca-Cola$283
7/23/19Pepsi$238
8/1/19Pepsi$283
8/19/19Coca-Cola$123
8/26/19Pepsi$234
9/9/19Coca-Cola$345
9/12/19Coca-Cola$394
9/20/19Pepsi$832
1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

There's no need to update anything manually. You create a Power Query source that points to a folder rather than a file.  Then you can collect all the files in that folder and combine them into a single query. Newly added files will automatically be included on the next refresh.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

There's no need to update anything manually. You create a Power Query source that points to a folder rather than a file.  Then you can collect all the files in that folder and combine them into a single query. Newly added files will automatically be included on the next refresh.

@lbendlinHow would I do that?

use the Folder Source in Power Query and let it guide you through the steps. 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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