Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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