Forum Discussion
jcarville
6 years agoSkilled Sharer
Incremental Refresh Initial Refresh
Hi,
I'm using incremental refresh on a dataset that is calling an API directly. I would like to store rows for the last year, but only refresh rows for the last day.
However, I don't want to set the store rows option to 1 year initially as when I do the first refresh in the service it will hammer the API with too many calls. Is there a way to set the value I have highlighted below to be a small value e.g. 10 days for the initial refresh and then change this to be 1 year once the initial refresh has completed? I am using Premium and thinking it might be something that is possible through the XMLA endpoint?
Set this to 10 days for initial data load then change to 1 year
Any help is appreciated.
5 Replies
- GilbertQSuper UserHi there
What you could possibly do is do this via the XMLA end point.
I think you might be able to copy and paste existing partitions using SSMS to achieve this.