Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
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
Solved! Go to Solution.
Hi, @FLorenz
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.
More info about these three accessing web data function in M language:
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.
Hi, @FLorenz
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.
More info about these three accessing web data function in M language:
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.
Thx, but pagination did not help.
@FLorenz , 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
57 | |
38 | |
36 |
User | Count |
---|---|
81 | |
67 | |
62 | |
46 | |
45 |