Forum Discussion
Imthedan
Helper II
6 years agoSaving daily data from dynamically changed data.
Hello, Is there a way to save data from a daily upload that will dynamically change every day? For example, if an appointment was created on call date August 10th for an appointment on August...
amitchandak
Super User
6 years agoImthedan ,
refer
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/
Imthedan
Helper II
6 years agoamitchandak,
Thank you!
One question about the first link, though. He says:
Under “Store rows in the last” choose Days from the dropdown and enter the number of days you want to store data for. You probably don’t need to store data indefinitely; if you did, your dataset might get very large. Data that is older than the number of days specified here will be deleted from the dataset.
is this a rolling option for the data? meaning, if I set it to 7 days, will it just start deleting the data that is older than seven days or will it delete everything after the seven days?