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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors