Forum Discussion
Imthedan
6 years agoHelper II
Saving 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
6 years agoSuper User
Imthedan ,
refer
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/
- Imthedan6 years agoHelper II
amitchandak,
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?