Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
CarlsBerg999
Helper V
Helper V

Query timeout

Hi,


I have an Odata query that is made from the source below. I sometimes get an error that the "An existing connection was forcibly closed by the remote host". I would like to extend the query before timeout comes. 

let
Source = OData.Feed("https://my999999.sapbydesign.com/sap/byd/odata/ana_businessanalytics_analytics.svc/OFIWNMEIQueryResu...", null, [Implementation="2.0"]),

Apparently PowerQuery does have [Timeout=#duration(0,0,15,0)] but im not quite sure how to use this in a PQ. How do i extend my Odata query above to put the timeout after 15min?

 

Thanks!

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @CarlsBerg999 

You can try this:

 

Source=OData.Feed("https://my999999.sapbydesign.com/sap/byd/odata/ana_businessanalytics_analytics.svc/OFIWNMEIQueryResu...", null, [Implementation="2.0", Timeout=#duration(0,0,15,0)]),

 

Reference: OData.Feed - PowerQuery M | Microsoft Docs

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

lbendlin
Super User
Super User

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.