Forum Discussion
Dataset refresh takes too long error (PowerBI online)
- 4 years ago
Hi AlexF_HH
First, try to use dynamic 365 query function in Power Query to filter the dataset instead of full load.
Second, you can increase the timeout limit for the query.
Another solution is you can migrate your dynamic 365 data to Azure SQL DB by using Data Factory, then Power BI can get data from SQL DB, which you can enable query folding as well as incremental refresh.
Best.
Hi AlexF_HH
First, try to use dynamic 365 query function in Power Query to filter the dataset instead of full load.
Second, you can increase the timeout limit for the query.
Another solution is you can migrate your dynamic 365 data to Azure SQL DB by using Data Factory, then Power BI can get data from SQL DB, which you can enable query folding as well as incremental refresh.
Best.
- Vishwanath299992 years agoFrequent Visitor
Hi DavisBI , How do i increase the timeout limit for the query? is it by using the command timeout at the source setting of the sql table? If yes, will that affect the scheduled refresh?
Thanks