Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Scheduled Refresh Notification Report for all DataSets

Hello, 

 

Is there a way to see a report of all the Data Sets and who is recieving the notifications should a scheduled refresh fail?

Currently I'm going through having to take over the dataset and check and we have over 100 of them.

 

Thanks, 

Jess

 

1 Reply

  • Hi. There is no place that will show that at Power Bi Service. I think using the PowerBi Rest API can help you. As admin, you can get all datasets in the organizations. The response has a "configuredBy" field that might be one of the accounts that is receiving email in case of failure.

    Doc link: https://learn.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasets-as-admin

    There is also a request for bringing all the users with access to a single dataset, but you can't know who owns it. The get datasets might be the best approach.

    It depends on the laguange you use for the API there are libraries like simplepbi for python.

    I hope that helps,