Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I got a error when use powerBI connect to oData feed, the error below:
DataSource.Error: OData: Request failed: The remote server returned an error: (503) Server Unavailable. (Service Unavailable)
Details:
DataSourceKind=OData
DataSourcePath=https://analytics.dev.azure.com/xxxx/_odata/v3.0-preview/WorkItems
Url=https://analytics.dev.azure.com/xxx/_odata/v3.0-preview/WorkItems?$filter=WorkItemType eq 'Story' and startswith(Iteration/IterationPath,'xxx%5CDnATeam-PI-22W10') &$select=WorkItemId,Title,WorkItemType,State,Priority,Severity,TagNames &$expand=AssignedTo($select=UserName),Iteration($select=IterationPath),Area($select=AreaPath), Links( $filter= TargetWorkItem/WorkItemType eq 'Story' and LinkTypeName in ('Related','Predecessor', 'Successor'); $select=LinkTypeName; $expand=TargetWorkItem($select=WorkItemType,WorkItemId,Title,State,AssignedTo) )
Hi @Anonymous ,
Now have you solved this problem? If not , please provide more information for us to help you solve your problem. Could you please tell me can you refresh the dataset on demand? Are you uploading to the service as a pbix file? Can you edit the credentials now? Could you please provide a screenshot with the issue?
I have also found a similar post, please refer to it to see if it helps you.
Timeout Refresh errors azure sql sources; refresh time range 15 to 180 min? How to diagnose?
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
And I get a timeout when I set data set credential on power bi portal service. The error below:
Failed to update data source credentials: Timeout expired. The timeout period elapsed prior to completion of the operation
I am query azure devops work items, it is not problem when use WorkItems, but when I use WorkItemSnapshot, it is time out.