Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
ochaoui
Frequent 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
        (lastPage) => lastPage <> null,     // stop when the function returns null
        (lastPage) => getNextPage(lastPage) // pass the previous page to the next function call
    ),

 

The problem is when I deploy my dashboard, I cannot schedule the auto refresh.

Do you know how to fix that ?

Regards,

3 REPLIES 3
jennratten
Super User
Super 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?

When I publish it, I obtain this in the refresh section :

ochaoui_1-1650551275674.png

Have you ever succeeded to have a paged API refreshed ?

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.