Forum Discussion
walid140891
3 years agoHelper 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.Conten...
Anonymous
3 years agoNot applicable
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.
- walid1408913 years agoHelper III
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!!