Forum Discussion

1Dan_Crowther's avatar
1Dan_Crowther
New Member
1 year ago
Solved

Using Power Query to keep Refresh data without overwriting existing data?

Hi

I am looking to import a data value from a web page each day on daily scheduled refresh, but i am looking for each data refresh to store each refresh so the the next daily refresh will create a new row of data with the the updated value and the new refresh date, 

However when i tried this by adding adding a custome column of DateTime.LocalNow() function, the fresh still keeps overwring the old refresh with the new updated data refresh... there must be a way with in Power Query to successfully keep refreshed data with it overwriting?

Cheers

Dan

  • No, there is not. 
    Power BI has no memory* . You need to manage your snapshots in the upstream system. * Yes, there is the self referencing option but that has no safety net.

     

2 Replies