Forum Discussion
smpa01
2 years agoCommunity Champion
Overwriting incremental refresh
I have inherited a dataset (semantic model) which has incremental refresh baked in. Hence, it is not downloadbale and I don't have access to the local pbix.
One of the tables have a refresh pol...
- 2 years ago
Yes a full refresh ignores the refresh policy. You have to pass a use refresh policy parameter if you want to respect it.
bcdobbs
2 years agoCommunity Champion
Yes a full refresh ignores the refresh policy. You have to pass a use refresh policy parameter if you want to respect it.
smpa01
2 years agoCommunity Champion
bcdobbs I can confirm it works. Now, I have done it, I am currently worrying whther it would still reinstate the incremental refresh policy. 😂
I want he business to be usual (IR as usual) unless I decide to perfrom a FR and once a FR is done does it go back to IR?
Also, what do you mean by You have to pass a use refresh policy parameter if you want to respect it.