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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
dujos
Helper I
Helper I

Getting Schedule Refresh time from all Reports/Workspaces in one shot

Hello all i need a little help about getting informations about Schedule Refresh times set on the reports. The point is i don't want to enter one by one to se the schedule refreshes times but is there some way to get this information for all reports/workspaces that i have access?

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@dujos Check out the Power BI REST API

https://docs.microsoft.com/en-us/power-bi/developer/automation/rest-api-reference



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

@dujos Check out the Power BI REST API

https://docs.microsoft.com/en-us/power-bi/developer/automation/rest-api-reference



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hello @Greg_Deckler thank you for your quick answer. I'm taking a look at the link that you sent to me to see how can i use it because i'm not familiar yet with APIs but i will try it if this can bring me the information about times scheduled on the reports it will help a lot. As i told we i don't want to enter one by one reports to get this information there is more then 300 reports and i can do that. So let me try with this REST API. Do you have a little example how to use it?

 

Thanks again!

@dujos Specifically:

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getrefreshschedule

 

You can grab all of the datasets using:

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasets

 

Then just iterate through them dumping their refresh schedules. Should be able to steal someone's Powershell code to do this I would think



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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