Forum Discussion

DeepDive2's avatar
DeepDive2
New Member
3 years ago
Solved

Power BI Usage Metrics Across All Workspaces:

Hi Team is there any solution by which we can track Power BI Usage Metrics Across All Workspaces:
  • ibarrau's avatar
    3 years ago

    Hi. Yes and no. There is no way to do it like the usage metrics you can check right now with a single click. However you can build a dataset with that info thanks to the PowerBi Rest API (activity events) or the Office 365 Audit logs. Both are places that will let you get the last 30 or 90 days of usage metrics of the whole tenant. The thing here is that you need a data engineering process in order to store the history in a storage so you can connect with Power Bi later and build a detailed report of usage metrics.

    You can read more about that here: https://learn.microsoft.com/en-us/power-bi/admin/service-admin-auditing

    I hope that helps,