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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
stefanik
Helper I
Helper I

Disabled Dataset scheduled refresh

Hi all,

from the documentation, if a report is inactive for two months (no access, no visits), the scheduled refresh it is paused automatically (https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-scheduled-refresh#scheduled-refresh). In the documentatation they say that, in order to restart the dataset scheduled refresh, you have only to visit any dashboard or report built on top of it. I have some dataset on which the refresh is paused/disabled with this message:

 

Due to inactivity, your scheduled refresh has been disabled. We're starting it again now. Please come back later or manually refresh

 

If i ask for the configuration of the dataset through Power BI API like:

 

GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}

 

or

 

GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/refreshSchedule

 

i can see that the refresh seems to be enable (neither DISABLED nor PAUSED)

"enabled"true
or
"isRefreshable"true

 

1) I've visited the report and waited about one hour: the scheduled refreshes doesn't restart automatically (i misunderstand?)

2) There is a Power BI API that can return the datasets with paused/disabled refresh?

 

Thx for your time

 

1 ACCEPTED SOLUTION
v-xuding-msft
Community Support
Community Support

Hi @stefanik ,

 

Your Problem:

Through the API, the values returned by the two parameters "enabled" and "isRefreshable" are both "True", but the refresh plan for this dataset is not actually started?

 

I'm not sure if these two parameters can explain the current status of the refresh plan.

Try to use the API to check the refresh history of the refresh schedule.

Datasets - Get Refresh History (Power BI Power BI REST APIs) | Microsoft Docs

v-xuding-msft_0-1606292890736.png

 

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-xuding-msft
Community Support
Community Support

Hi @stefanik ,

 

Your Problem:

Through the API, the values returned by the two parameters "enabled" and "isRefreshable" are both "True", but the refresh plan for this dataset is not actually started?

 

I'm not sure if these two parameters can explain the current status of the refresh plan.

Try to use the API to check the refresh history of the refresh schedule.

Datasets - Get Refresh History (Power BI Power BI REST APIs) | Microsoft Docs

v-xuding-msft_0-1606292890736.png

 

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Xue,

thanks for your suggestion. You were right:

 

{
            "id"4096019673,
            "refreshType""Scheduled",
            "startTime""2020-11-25T10:15:15.117Z",
            "endTime""2020-11-25T10:15:15.117Z",
            "status": "Disabled",
            "requestId""edff29b1-f917-42c6-9fd1-06cfc573f5e4"
},

 

For my first point, i think that visiting the report will restart the scheduler. This means that it will refresh at the next scheduled refresh time.

 

Anonymous
Not applicable

Login into power bi and check the schedule. 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.