Forum Discussion
Report is not refreshing.
Hello Guys,
I have developed a report in Power BI Desktop by calling Azure APIs. Everything is fine in Power BI Desktop Version, but when i uploaded the file in the Power BI Service data is coming till the updated, but i am unable to refresh in Service.
It's throwing the below errors. Kindly help to solve my issue.
Thanks
It looks like youa re using Web.Contents and creating a dynamic url which is not supported by default to be refreshed on gateway, you will have to make some amendments in your report, here is the link that suggests the changes that can be made:
Let me know if this doesn't help will share a more working example but in short you will have to make your url in 2 parts: Web.Contents("Base Address ", [RelativePath="the rest of api call parameters"])
2 Replies
- nitishsh91Solution Supplier
It looks like youa re using Web.Contents and creating a dynamic url which is not supported by default to be refreshed on gateway, you will have to make some amendments in your report, here is the link that suggests the changes that can be made:
Let me know if this doesn't help will share a more working example but in short you will have to make your url in 2 parts: Web.Contents("Base Address ", [RelativePath="the rest of api call parameters"])
- AnonymousNot applicable
Hi Sudharshan1919 ,
this blogpost consolidates all relevant info about dynamic datasources: http://blog.datainspirations.com/2018/02/17/dynamic-web-contents-and-power-bi-refresh-errors/
Also please refer to the following topic to see if it helps you.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.