Forum Discussion
Unable to refresh the data from Web URL in power bi published report.
- 6 years ago
I have managed to solve the issue on my end.
Just as I suspected, the newly released May update contained the change introduced earlier into the engine, that the service uses and it stopped refreshing the desktop as well.
On my end it was "reached end of the buffer" problem. I believe they have silently introduced a limit on how much data the Web.Contents function can receive.
I've solved this by decreasing page size when obtaining data from Web API
I have the same problem. Data source: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population
- jpierzchala6 years ago
Advocate I
I have managed to solve the issue on my end.
Just as I suspected, the newly released May update contained the change introduced earlier into the engine, that the service uses and it stopped refreshing the desktop as well.
On my end it was "reached end of the buffer" problem. I believe they have silently introduced a limit on how much data the Web.Contents function can receive.
I've solved this by decreasing page size when obtaining data from Web API