Forum Discussion
Incremental Refresh date refresh
conniedevina , I think, 7 Days of data from the date of refresh will be refreshed.
Please check do you data in core system for 22nd Nov based on created date
https://radacad.com/all-you-need-to-know-about-the-incremental-refresh-in-power-bi-load-changes-only
Hi amitchandak ,
Thanks for your reply! so I'm using sharepoint folder here and yes the date created is 22nd November 2021.
I'm not sure why it's not included in my incremental refresh per today's date.
Is RangeStart and RangeEnd will change automatically based on the today's date?
- amitchandak4 years agoSuper User
conniedevina , RangeStart, and RangeEnd what we create in power Query are for the initial Range?
for incremental, this 7 days should work. can share settings for those two parameters
- conniedevina4 years agoHelper I
Hi amitchandak ,
so here is the parameter that I've created
And here is the power query on my table that initiate the parameter
= Table.SelectRows(#"Renamed Columns1", each [Date created] > RangeStart and [Date created] <= RangeEnd)Is it possible because the timezone problem? But I checked on some post they said the timezone based on scheduled refresh time that I've set, which is for me I am using Singapore time which same as the Date created
- conniedevina4 years agoHelper I
I'm just refreshed again today (25th Nov 2021)
And my 22nd data also not inside.. is it because I put the RangeEnd parameter to 22nd Nov 2021 12:00:00 AM? while I upload the data is more than 12:00:00 AM..
And I tried to upload the data at 24th Nov 2021 also it seems ignored by the refresh.. the refresh only until 21st Nov 2021.