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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi what is the time limit for the Connection type Web.
There are not any options to define this in the desktop client.
Is there an api/config file that contains these values locally on the comupter where the desktop client is installed?
Solved! Go to Solution.
Thanks for feedback, actually I believe I found the workaround/solution to it myself.
First step connect to a similar source and let it load.
Edit in advanced mode:
Add this part after the source part : [Timeout=#duration(0,0,5,0)] where (days,hours,min,sec) are the values.
The tip was found on technet:
Unless something has changed, see the answer in this thread:
http://community.powerbi.com/t5/Desktop/sql-connection-time-out-from-power-bi-desktop/td-p/17307
There is an idea out there for it:
https://ideas.powerbi.com/forums/265200-power-bi?query=timeout
See the last one, but it does not have many votes.
Thanks for feedback, actually I believe I found the workaround/solution to it myself.
First step connect to a similar source and let it load.
Edit in advanced mode:
Add this part after the source part : [Timeout=#duration(0,0,5,0)] where (days,hours,min,sec) are the values.
The tip was found on technet:
M code to the rescue!