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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Timeout limit for Web- DataSource.Error: This function doesn't support the query option 'Timeout'

Hi,

 

i have beeen facing timeout error when connecting to web data source (rather small data size, about 2000 rows x 15 columns). When i have reduced the rows to about 100, then it worked.

 

I have followed the suggestions to increase the timeout limit, using the code 

Source = Web.BrowserContents("https://.....",[Timeout=#duration(0,0,15,0)]),

 

But facing following error:

DataSource.Error: Web.BrowserContents: This function doesn't support the query option 'Timeout' with value '#duration(0, 0, 15, 0)'.
Details:
0.00:15:00

 

FLorenz_0-1617337336182.png

 

Any suggestion how to overcome this error or some other suggestion how to increase the timeout limit are really appreciated.

 

Side question: what is the general limitaion in terms of size (MB) or nubmer of rows/colums for web data source?

 

Many Thanks, František

1 ACCEPTED SOLUTION
v-robertq-msft
Community Support
Community Support

Hi, @Anonymous 

Did you follow the suggestion in this case to set the timeout for the web data source?

https://community.powerbi.com/t5/Desktop/Query-Timeout-on-update/m-p/53459

According to my research, it seems that the error occurs in your “Web.BrowserContents” function because the solution, in that case, uses the “Web.Page” and “Web.content” to link to the web data source, you can also change the M code in your advanced editor to follow the solution and check if it can work.

v-robertq-msft_0-1617851264319.png

 

More info about these three accessing web data function in M language:

Web.BrowserContents

Web.Contents

Web.Page

 

Best Regards,

Community Support Team _Robert Qin

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-robertq-msft
Community Support
Community Support

Hi, @Anonymous 

Did you follow the suggestion in this case to set the timeout for the web data source?

https://community.powerbi.com/t5/Desktop/Query-Timeout-on-update/m-p/53459

According to my research, it seems that the error occurs in your “Web.BrowserContents” function because the solution, in that case, uses the “Web.Page” and “Web.content” to link to the web data source, you can also change the M code in your advanced editor to follow the solution and check if it can work.

v-robertq-msft_0-1617851264319.png

 

More info about these three accessing web data function in M language:

Web.BrowserContents

Web.Contents

Web.Page

 

Best Regards,

Community Support Team _Robert Qin

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Thx, but pagination did not help.

amitchandak
Super User
Super User

@Anonymous , You might have to remove that timeout.

refer if the pagination can work with web source

https://medium.com/@marktiedemann/how-to-do-pagination-in-power-query-430460c17c78

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.