Forum Discussion
Power BI Services Workspace Analytics and Reporting
- 6 years ago
Regularly pull the audit logs from the admin console and stuff them into dataflows. Then your capacity admins can create auditing reports and dashboards based on that data.
Hi Dziubek,
Getting the most out of the Audit Log, as lbendlin mentioned, is definitely a route you should take.
This offers a vast amount of information that is useful for governing your Tenant.
Additionally, if you want a list of workspace admins (owners), you can use the Admin REST APIs in combination with the expand function. This example on the MSFT Docs page explains how to get a list of users per workspace. Please note this will only work for your v2 (new) workspaces.
If you want to do the same exercise for your v1 (O365 Groups), then query the Microsoft Graph API.
Anonymous if you are interested I also have a Powershell script that pulls v1 workspace members.