I have removed any extra column/caclulated columns from my model but my schedule refreshh is still taking more than 1 an hour.
Moreover i have read that dynamics dsnt supports query folding which is recmmended for incremental refresh.
As a test i removed table named user logins (Audits) from model which has around 1 million records then it only took 5-6 minutes for refresh but due to this table it shoots to one hour plus .My file size is just 56 Mb.
I have few questions.
- What is possible way to achieve incremnetal refresh with dynamics 365?Or any other workaound or solution>
- On one side i am performing tranformations like removing columns from my model to decrease refresh time but on other handside if source dsnt supports query folding so all these efforts are use less?
- If i put a filter like get rows for last year so as source dsnt supports query folding so it will fetch all record during refresh.