Forum Discussion
Saving Historical Data from own Rest API to Power BI Desktop.
- 5 years ago
walid140891 , Not very clear. But seem like das append can help.
check these blog
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/
walid140891 , Not very clear. But seem like das append can help.
check these blog
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/
- walid1408915 years ago
Helper III
amitchandak
Thank you for your response, I'll try to clarify:
We are getting data from our web application through web API or jsons, and we want, even if data is deleted from our account, to keep it in power bi.
That means we want to keep historical data in power bi to be calculated and included in the current analysis.