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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Create a report to monitor all Power BI datasets and dataflows

Is it possible to create a Power BI report that monitors all of your dataflows / datasets / reports so you can open up 1 report and see what has failed to refresh?  I know where to see it in the service but it would be nice to have a report to monitor everything.  Thanks.

 

-Scott

5 REPLIES 5
ribisht17
Community Champion
Community Champion

Hi TB12,

 

There is an idea posted on the same, you might like to upvote it

View of all Datasets and Refresh Status - Microsoft Power BI Community

There's a module called MicrosoftPowerBIMgmt that helps with logging in and some API calls.

MicrosoftPowerBIMgmt.Profile Module | Microsoft Docs

Regards,

Ritesh

 

Tutu_in_YYC
Super User
Super User

Yes it is possible. But its alot of work too.

You can leverage the Power BI Rest API, to pull all the datasets ID. Then using the dataset ID, pull the dataset refresh status using another API. And automate all this using you choice of tools and store in a list eg sharepoint. Then report this in Power BI Desktop.


Anonymous
Not applicable

Thanks for your reply.  Do you have any links or helpful documentation I could read to try to do this?  Thanks.

I havent seen any documentation that will walk you through the end-to-end solution.

But this is the API do you will need.
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history

The next thing is to automate it using power automate ( there are many options for automation):
https://www.youtube.com/watch?v=kgTHMDuvHY8

Anonymous
Not applicable

Thanks for the links, I'll take a look at them.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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