Forum Discussion
How to solve a schedule refresh problem for getting data from API?
- 4 years ago
Sorry I hadn't read your post correctly. What you need is a base URL that actually exists on the service.
https://api.genscape.com/ is not valid (the server refuses to serve that page).
Select "skip test" and ignore the error.
Can you successfully fetch a single page? The first ten records? The error message indicates that the URL is incorrect.
Yes, I can fetch a single page when I use the below way to load data instead of using query to load many pages using loop.
- v-kelly-msft4 years agoCommunity Support
Hi Yash48 ,
Try the measure provided by Chris to deal with 404 error from Web.Contents:
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
- Yash484 years agoFrequent Visitor
Hi Kelly,
That article was not able to solve my problem. The api url is working fine when I use in PowerBI desktop, but not when published.
Thank you,
Yash