Forum Discussion
ochaoui
4 years agoFrequent Visitor
After handling API paging, auto refresh not possible on powerBI cloud
Hi folks, I handled the API pagination in my power query code using : listOfPages = List.Generate(
() => getNextPage(null), // get the first page of data
(last...
jennratten
4 years agoSuper User
Please provide more information. Are you publishing the pbix and then not seeing an option to set a refresh schedule? When you manually refresh the report is the refresh successful? If not, what error message is received?
ochaoui
4 years agoFrequent Visitor
When I publish it, I obtain this in the refresh section :
Have you ever succeeded to have a paged API refreshed ?