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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Append Daily from one csv file to master table - Need Power Query

HI Members,

I have one excel file in a folder which gets replaced everyday with that's day data .

I need to append everyday to the master table i built in power bi.

I used code like:

=table.combine(#"master table","daily data") 

but every time i refresh the dataset it replace prior day's combine data with current day data. 

for ex - when i ran the query yestreday it combined (master data+5/21/2020) data.

But, today when i ran it again it provides me combined(master data+5/22/2020) data and deleted 5/21/2020 data.

I have seen videos of incremental refresh but cudnt relate it to my issue. KIndly help me on this either with query or way to modify incremental refresh

 

 

 

 

 

 

 

6 REPLIES 6
Greg_Deckler
Community Champion
Community Champion

Right, so without incremental refresh, Power BI replaces all of the data in a table with the refreshed data. There are laborious work-a-rounds for this where you create a new query every day and add it to your table.combine and such, turning off data load for the last query. Another (better) work-a-round is to simply rename the file every day so that they build up in the folder and use a Folder query.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

So, How do I achieve using incremental refresh? I know the basic steps but not able to relate it with my issue.

Anonymous
Not applicable

My question remains the same .  How do i append data  to master table from a daily report which keeps replacing its entire data set daily. Everyday it replaces previous day data and paste current day data. I need to add everyday data to master table

Anonymous
Not applicable

Did you try using the Append Query in the power query editor?  

Hi @Anonymous 

If the "daily data" from your source file changes every day, then it would update to newest data in power bi and remove the yesterday's data.

You can create a folder which you add everyday data into, then import the folder into power bi.

https://insightsoftware.com/blog/power-bi-load-data-from-folder/

After some transformation, you can append the daily data table with the master data table.

 

Best Regards

Maggie

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors