Forum Discussion
PBI Refresh Fails - with error Data source error:The XML for Analysis request timed
HI Anonymous ,
There could be a few reasons:
You may have exceeded the capacity limit, or the node level limit. You might have too many reports refreshing simultaneously. You may need to increase the timeout. Your data source itself might not be feeding your query fast enough.
Once you check all of those things out you can start the more painful (in my mind) work of breaking up your queries into smaller chunks and run them separately. Or, you could implement incremental refresh and do that from the beginning with partitions.
Thanks for quick response please find my question below for each case you just mention :
- You may have exceeded the capacity limit or the node level limit – How to check this ??
- You might have too many reports refreshing simultaneously – I have only one report in my workspace.
- You may need to increase the timeout. – How do I do this ?
- Your data source itself might not be feeding your query fast enough - how to check and remediate.
- collinq3 years agoSuper User
Hey Anonymous ,
1. In the Admin Portal, you can review the Capacity Settings to see the levels that they are set to. You can also review the Gateway and the setting for it - and (3) that is where the timeout resides. Also, you can ask your Gateway Administrator to look at the load on the server on both the RAM and the CPU.
2. Well - this means about all reports everywhere, not just your own workspace. The Premium Capacity is sharing with everybody using it. You might have many reports running at the same time.
4. That is going to be a question for the person(s) managing your data source. They need to tell you the throughput. Or, you can do a Fiddler trace on the network to see the speed.
- Anonymous3 years agoNot applicable
are there any information links - on 'how to' for these solutions ??
- collinq3 years agoSuper User
Hey Anonymous ,
Sure, the link for capacity settings is here:
Manage Capacity settings - Power BI | Microsoft Learn
The connections information can be found here:
Add or remove a gateway data source - Power BI | Microsoft Learn