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.
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:
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!
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 @Anonymous, ,
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!!
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 |
---|---|
17 | |
9 | |
8 | |
7 | |
7 |