Forum Discussion

ochaoui's avatar
ochaoui
Frequent Visitor
4 years ago

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...