Forum Discussion
msprog
2 years agoAdvocate III
PowerBI Audit Activity events API - RefreshDataset activity
Hey team, we are using the Get Activity events api, to retrieve activities. https://learn.microsoft.com/en-us/rest/api/power-bi/admin/get-activity-events What we are looking for is to get the l...
ibarrau
2 years agoSuper User
Hi. The thing is that this are events logging user behaviour. That's an automated behaviour. You can check all the activities logged at this link: https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-auditing
If you want to check the refresh of datasets there is a request for getting refresh history:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history-in-group
I hope that helps,