Forum Discussion
Append data from file for yesterday
- 8 years ago
I agree with Lind25 that using incremental refresh for this would be a dicey proposition. I would think that the better way to solve this would be to implement a process that downloads the information each day to a file and use a Folder query.
This is not possible in Power BI alone. You will need to use something to store the historic data, eg SQL server.
- ivancans8 years agoFrequent Visitor
Can't this be done somehow with incrimental refresh?
- Lind258 years ago
Resolver I
Incremental refersh is only available in Power BI Premium. It may be technically possible (I do not have access Premium) but it is not designed for this type of use and will cause issues that cannot be resolved if there are ever any issues loading data.
- Greg_Deckler8 years ago
Community Champion
I agree with Lind25 that using incremental refresh for this would be a dicey proposition. I would think that the better way to solve this would be to implement a process that downloads the information each day to a file and use a Folder query.