Forum Discussion
Incremental Load Data for Last N Days
- Anonymous7 years ago
Create a View or stored procedure on the SQL side and have Power BI call that instead.
Alternatively you can put into an SQL statement date constraints and have Power BI only ever grab that 60 days.
If you have premium there is also something called Incremental Refresh, which may also provide you an avenue to persue:
https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh
Create a View or stored procedure on the SQL side and have Power BI call that instead.
Alternatively you can put into an SQL statement date constraints and have Power BI only ever grab that 60 days.
If you have premium there is also something called Incremental Refresh, which may also provide you an avenue to persue:
https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh