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.
I have a PowerBI Desktop file that has 17 power queries and all of them request the same server "www.example.com/graphql/..." with the same offline access token (p.s. the server uses Keycloak for authentication/authorization).
This is an example of one of the 17 queries API calls:
But the problem is when I click on refresh to refresh all of these queries it starts loading for like 3-10 minutes (based on internet speed and server load I assume)
And after waiting one of two happens.
either it refreshes all the data correctly or sometimes it fails due to timeout error:
My question now is how to avoid the timeout error that sometimes happens.
Solved! Go to Solution.
@Anonymous
Actually, I was able to find another solution,
I had to disable the parallel loading so that it would send one request at a time:
it seems our server gets busier and slower when processing all of these parallel requests simultaneously, which causes it to hit the 100-second Cloudflare timeout for some of them.
Hi @salem_wafi
Try adding a "timeout" parameter in Web.Contents() function. Here is a similar case for your reference
Web.Contents - PowerQuery M | Microsoft Learn
Solved: Query Timeout on update - Microsoft Fabric Community
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Thanks @Anonymous
I tried that, but now it throws 524 because Cloudflare on the server timeout at 100 seconds, and that can't be changed.
Is there a workaround for that?
@Anonymous
Actually, I was able to find another solution,
I had to disable the parallel loading so that it would send one request at a time:
it seems our server gets busier and slower when processing all of these parallel requests simultaneously, which causes it to hit the 100-second Cloudflare timeout for some of them.
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 |
---|---|
14 | |
13 | |
8 | |
8 | |
7 |
User | Count |
---|---|
17 | |
11 | |
7 | |
6 | |
6 |