Forum Discussion
Incremental Refresh
I almost just about finished. I was wondering how to make this RangeEnd parameter to always be the current todays date
Why would that be necessary? It will mess with the meta data and reset the incremental refresh
Set RangeEnd to a date in the future.
- stribor452 years agoPost Prodigy
because I always have to hard-code today's date (see image in the previous post).
- lbendlin2 years agoSuper User
You don't need to do that. The parameter values in Power Query have nothing to do with the actual partition boundaries in Incremental Refresh. Think of them as a way for you (the report developer) to only use the necessary subset of data for development work. Again - these values will be ignored/overwritten by the Power BI service.
Use a future date and then leave it be.
- stribor452 years agoPost Prodigy
How does the report and service them what data to pull?