0
votes

We want to create Power BI dashboard highlighting statistics of user activities related to Power BI for last 30/90 days.

Below are the high level statistics we want to capture:

  1. Created Power BI dashboard
  2. Created Power BI report
  3. Edited Power BI dashboard
  4. Edited Power BI report
  5. Printed Power BI dashboard
  6. Shared Power BI dashboard
  7. Viewed Power BI dashboard
  8. Viewed Power BI report
  9. Statistics of Power BI active users

Would want to know if there is any available solution or OOB Power BI connector for the same.

Thanks

1
Use the tenancy audit logs or O365 logs which will give you some insight. You have to extract them then surface them in a reportJon

1 Answers

0
votes

You can analyze statistics of user activities using the Power BI Activity log. You can download the activities by using a REST API or PowerShell cmdlet. You can also filter the activity data by date range, user, and activity type. In order to be able to do this, you should be a Power BI Service Admin. You have to install the Power BI Management cmdlets locally or use the Power BI Management cmdlets in Azure Cloud Shell.

You will find more details here : https://powerbi.microsoft.com/en-us/blog/the-power-bi-activity-log-makes-it-easy-to-download-activity-data-for-custom-usage-reporting/