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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.

Top Kudoed Authors