Forum Discussion
Incremental copy
- 5 years ago
mazzasette , There is approch DAX append. to add add in the same table
https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-data-to-it-using-incremental-refresh/
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/ - Anonymous5 years ago
Hi mazzasette,
Unfortalblely, power bi desktop doesn't include in the cache history data feature. These old version data will be updated/replaced if your source data changes.
Perhaps you try to use integrate R or Python scripts to backup operation to export these history data to local device and name with system DateTime.
Regards,
Xiaoxin Sheng
mazzasette , There is approch DAX append. to add add in the same table
https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-data-to-it-using-incremental-refresh/
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/
- mazzasette5 years agoNew Member
Thanks for the fast answer, I try it.