Forum Discussion
Incremental refresh - not working?
Anonymous Range Start and End should be date/time columns
amitchandak not sure what has a gateway to do with it, data is getting refreshed but seems like the first full load is not happening.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
Both RangeStart and RangeEnd are DateTime parameters. My corresponding column on which I put filter is also the datetime column.
My source is Azure SQL, so won't need a gateway. Anyway, refresh is working fine, but doesn't do a full refresh.
It pulls data from June 1st only and should get data from 2018.
Regards
- parry2k6 years ago
Super User
Anonymous that's what I thought that full load is not working, can you share the setting where you have configured the incremental refresh.
- parry2k6 years ago
Super User
Anonymous quick question, are you using import or direct query?
- Anonymous6 years agoNot applicable
I am using Import.
Below is my query which does indicate the query folding happening
However, in the configuration, it says it is unable to confirm if Query folding is happening or not, so that is weird.
Regards
- v-yingjl6 years ago
Community Support
Hi Anonymous ,
- If your data source coming from a data source that supports query folding, then Incremental load works as it best. If not, it is not recommended to use it. Most of the time, a huge data source is coming from a relational data store system, which supports query folding by the way. Refer: All You Need to Know About the Incremental Refresh in Power BI: Load Changes Only
- If the PBIX file was authored in a version of Power BI Desktop prior to the 2019 February release, the warning will be displayed regardless until a data refresh is performed. Refer: Incremental refresh & query folding
- Please check if there's filter logic in your query. It's recommended that verification is performed to ensure the filter logic is included in the source queries. To make this easier, Power BI Desktop attempts to perform this verification for you. If unable to verify, a warning is displayed in the incremental refresh dialog when defining the incremental refresh policy. SQL based data sources such as SQL, Oracle, and Teradata can rely on this warning. Other data sources may be unable to verify without tracing queries. If Power BI Desktop is unable to confirm, the warning is displayed.
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.