Forum Discussion
Anonymous
5 years agoNot applicable
Sound advice on improving Query Refresh
Is there any sound advice on uploading large datasets (5 million rows from SQL server 2016) into Power BI? It is tough for me to aggregate the data as I need it at the granular level. I removed my ...
- 5 years ago
Correct and hopefully it will be part of your long-term solution otherwise the refresh will take as long as the initial load.
Other things to consider : query folding,
auto date/time settings,
not returning fields from the db that are not required,
using table.buffer if the same table is being loaded repeatedly in query transformations,
what's going on in the db when the load is being run, and so on
HotChilli
5 years agoCommunity Champion
Incremental refresh?
- Anonymous5 years agoNot applicable
In order for me to set up Incremental refresh I need to load my dataset that I recently changes which is taking hours and hours