Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a dataset with size 800 mb roughly and is connected to HDFS through ODBC.
When I tried to refresh the dataset on the service, after 35-40 minutes of trying refreshing, it gave me an error saying "DM_GWPipeline_Client_ReceivedUncompressedDataExceedingLimit".
After this, I tried refreshing the same dataset in power bi desktop and it got refreshed there.
The connection is made through personal gateway and the size of the .pbix file is around 90MBs.
Can anybody help me in figuring out what the issue is?
Also, can we extend the timeout duration for a dataset in the service?
Thanks in advance
Solved! Go to Solution.
Hi , @Anonymous
You can consider the following aspects:
1)Data limits
Per Microsoft, the data limits imposed on Power BI Pro users are:
For more details , please refer to this document.
Data refresh timeout:
Scheduled refresh for imported datasets timeout after two hours. This timeout is increased to five hours for datasets in Premium workspaces. If you encounter this limit, consider reducing the size or complexity of your dataset, or consider breaking the dataset into smaller pieces.
2) ODBC commend timeout
You can modify the following parameters in query edit.
For more details ,please refer to this document.
Odbc.DataSource(connectionString as any, [ConnectionTimeout=#duration(0,2,0,0),CommandTimeout=#duration(0,2,0,0)])
In addition , you can take a try of incremental refresh (it is also now available in Pro).
https://powerbi.microsoft.com/en-us/blog/incremental-refresh-is-generally-available/
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , @Anonymous
You can consider the following aspects:
1)Data limits
Per Microsoft, the data limits imposed on Power BI Pro users are:
For more details , please refer to this document.
Data refresh timeout:
Scheduled refresh for imported datasets timeout after two hours. This timeout is increased to five hours for datasets in Premium workspaces. If you encounter this limit, consider reducing the size or complexity of your dataset, or consider breaking the dataset into smaller pieces.
2) ODBC commend timeout
You can modify the following parameters in query edit.
For more details ,please refer to this document.
Odbc.DataSource(connectionString as any, [ConnectionTimeout=#duration(0,2,0,0),CommandTimeout=#duration(0,2,0,0)])
In addition , you can take a try of incremental refresh (it is also now available in Pro).
https://powerbi.microsoft.com/en-us/blog/incremental-refresh-is-generally-available/
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You could check the Issues forum here:
https://community.powerbi.com/t5/Issues/idb-p/Issues
And if it is not there, then you could post it.
If you have Pro account you could try to open a support ticket. If you have a Pro account it is free. Go to https://support.powerbi.com. Scroll down and click "CREATE SUPPORT TICKET".