Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
270 views
in Technique[技术] by (71.8m points)

powerbi - What is the WHERE clause in incremental refresh when the schedule refresh is configured to run at 12AM?

I have dataset with incremental refresh configured, so as to refresh last 1 day of data. The filter is set as - is after or equal to RangeStart And is before RangeEnd.

The refresh schedule is set for 8am, 8pm.

When the refresh runs at 8am (say today is 4th Jan 2021), the query fired on the SQL server has the condition as date>=20210104 00:00 and date<20210104 08:00.

Similarly when run at 8pm the query is date>=20210104 00:00 and date<20210104 20:00.

Suppose the schedule is set at 12AM. Then what will be the underlying WHERE clause? Is 12AM considered as the current day (date>=20210104 00:00 and date<20210105 00:00) or the next day (date>=20210105 00:00 and date<20210105 00:00)? Is there any documentation on this?

question from:https://stackoverflow.com/questions/65560241/what-is-the-where-clause-in-incremental-refresh-when-the-schedule-refresh-is-con

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...