Forum Discussion
Anonymous
6 years agoNot applicable
Incremental Refresh didn't save time
I have a very large dataset of over 25 million rows and I set up a 90-day incremental refresh for it. But the refresh took nearly as long as the usual refresh. Does anybody know how to reduce the inc...
- 6 years agoHi there
It would then appear that both of those data sources do not support query folding.
Which means that it has to load all the data first, and then determine which data to load incrementally. In doing it in this manner it will not be any quicker using incremental refreshing.
GilbertQ
6 years agoSuper User
What is your data source?
Anonymous
6 years agoNot applicable
Snowflake and Dataflow
- GilbertQ6 years agoSuper UserThanks for that.
As far as I am aware you currently cannot do incremental refreshes on a dataflow.
Have you enabled the Enhanced Dataflow ability in your Premium settings? That might help with the dataflows?
And I think the same happens for Snowflake in that it cannot create a query to just get the latest data, so it has to read all the data first to only load the incremental part.- Anonymous6 years agoNot applicable
Thanks for the information. I applied incremental refresh for dataflow. But it shows the same warning as Snowflake: unable to confirm if the m query can be folded it is not recommended to use incremental refresh with non-foldable queries
Do you know what kind of data source support query folding?
Thanks,
- GilbertQ6 years agoSuper UserIt would appear to be from the following documentation
https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh#limitations
If you read further up it says it should display the warning.
Are both the snowflake and the dataflow used in the same PBIX?