Forum Discussion

pmaviles's avatar
pmaviles
Frequent Visitor
4 years ago
Solved

Incremental Refresh: Dates Earlier than 'RangeStart' once Published

Let me start by saying I'm new to Power BI. I've been reading up on and watching Youtube videos about incremental refresh.   I've set up the RangeStart and RangeEnd parameters and set up the actual...
  • lbendlin's avatar
    4 years ago

    You are doing too many things at the same time.

     

    First of all - the values of RangeStart and RangeEnd in the desktop have absolutely no impact on incremental refresh. They are only placeholders that help you - the developer - to limit the data you develop with. 

    Second - in your Power Query make sure that both parameters are included in your query filter but only one of them can be inclusive, the other one must be exclusive

    Third - remove all the extra options and only focus on getting incremental refresh to work

    Fourth - Every time you make structural changes to your report and publish it to the workspace your incremental refresh will have to restart. The partitions are only recreated during the next refresh.

    Fifth - the only sure way to know that your incremental refresh is working correctly is to observe the refresh timestamps of the partitions.  If you only see one partition then incremental refresh is not working.