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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
walid140891
Helper III
Helper III

Handle https call result which is larger than gateway capacity.

Hello Power BI Pros,

We call an azure function url via Web.Contents() method as following:

 

 

let
    Source = (CustomerGuid as text) => let
       Source = Json.Document(
           Web.Contents(
               "http://powebidatarefresh.azurewebsites.net/api/PBIRefreshFunction/Run/",
               [RelativePath = CustomerGuid] 
               )
        ) in Source
in
    Source

 

 

It workes very well but when I chose a bigger data set to refresh I face this error in power bi desktop:

 

walid140891_0-1670840488716.png


It looks like the result coming from the http call is bigger that the gateway capacity.
Is there a workaround or a way to handle this issue, for example by chunking the data or paginate it or enlarging the gateway!

Thank you for your support!

2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @walid140891 ,

 

Have you trid to create a brand new Power BI file and connect it again?

If possible, go to Data Source Settings to remove the added data source credentials before recreating the Power BI file.

 

 

Best Regards,

Stephen Tao

 

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

Hello @v-stephen-msft, ,

Thank you for your response, I tried your suggestion and it worked when I called the http azure function URL, but when I add the rest of the tables (so many tables based on the first one created by the call) I receive the same error: 502 badgateway and sometimes 500!!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors