Forum Discussion
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
- Greg_DecklerCommunity 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.
- AnonymousNot applicable
So, How do I achieve using incremental refresh? I know the basic steps but not able to relate it with my issue.
- v-juanli-msftCommunity Support
Hi Anonymous
If you have problem, share with us.
https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh
https://docs.microsoft.com/en-us/power-bi/transform-model/service-dataflows-incremental-refresh
Best Regards
Maggie