Users of Power BI in Office 365 will often ask if there is a way to see how often people view Power BI reports in the Power BI Service. While the answer is “Yes”, you have to know where to look and what permissions you need. Microsoft provides licensed users of Power BI something called Usage Reporting. This feature has recently been revamped which is why I’m writing this. Their first version and latest version are available for workspace administrators and collaborators to enable and start using right away.
Power BI Usage Reporting got its face lift back in January 2020 and since then, other areas of the Power BI Service have received updates as well. While it’s great to see Microsoft innovating the user experience with Power BI, it can be challenging to keep up with all the changes. Let me explain where to find Power BI Usage Reports.
Turn on Usage Reporting
First, we need to enable the collection of Usage data in a Power BI workspace you either own or are contributing to. This requires 1) a Power BI workspace, preferably a v2 workspace and 2) either Contributor role or higher access to this workspace. Let’s assume you have this covered and have published a report or two.
To open usage reporting, simply view the usage of a particular report. Any report will do. Hover over a report in your workspace, go to the quick actions menu, and pick View usage metrics report.

Or, if you’ve opened a report in your workspace, click on the quick actions menu from the ribbon above the report and select Usage metrics.

When opening a usage report for the first time in a workspace, it enables a hidden dataset in your workspace called the Report Usage Metrics Model. It is set to refresh daily and takes 24 hours to populate with statistics for a particular day. If you see data in the usage report prior to today’s date, you or someone else in your workspace has viewed the Usage metrics already.
Usage for Dashboards
Understand that usage reports for Power BI Dashboards and Power BI Reports are different. So if you’re using both, you’ll need to check both. There’s currently no way to mash the two statistics unless you do something custom with the Activity log. If you guys want to see that, leave me a comment and I’ll write about it in a separate post.
Dashboard usage is triggered identical to Report usage. Simply navigate to your Dashboard, hover the Dashboard you’d like to see usage on, then go to the quick actions menu and select View usage metrics report. Similar menu item exists if you’re already in a Dashboard.
This creates a different hidden dataset in your workspace called Dashboard Usage Metrics Model. Same refresh frequency applies as the Report Usage Metrics Model.
Save a copy of Usage Reports
While Usage Reports are designed to see usage one report or one dashboard at a time, they can also be customized to view all reports in a workspace. You simply save a copy of this report and remove the filter for the Report GUID or Dashboard GUID in the Filter pane. You can add a slicer for the Report Name to view summary statistics for individual reports or across the entire workspace.
To start the process, bring up a Usage metrics report, go to the quick actions menu in the ribbon, and select Save a copy.

You’ll immediately see the Filter Pane contain the filter for Report GUID (or Dashboard GUID for Dashboard Usage) which you can remove.
To add slicers for Report Name, User Name, or any other field in the model, simply edit the copy of this report in the web and modify how you see fit. I’ll blog about this in more detail in another post.
More usage tips later
While these reports work great as a starting point, there are some things left to be desired. Some of these I’ve addressed on my own with custom reports which I’ll blog about later. Some are impossible without doing some custom work with the Activity Log. But hopefully, this gives some of you a head start to make some informed decisions about your content.
Thanks for reading!
I understand that the Usage Metrics report is only accessible to workspace role member and above ( not even workspace reader)
Is there any workaround to allow Power App-only user to read Usage Metrics report.
LikeLike
Hi JJ. I doubt it. The datasets behind these Usage reports are locked down. Microsoft doesn’t allow access to any report that leverages them. Your best bet is to extract the data using either the PBI API or Paginated Reports and then using that data in your Power App or new PBI Dataset/Report.
LikeLike
Actually JJ, after I replied I ran a quick test with Paginated Reports against the Usage dataset and PBI Service allows that. This requires Premium or Premium Per User licensing, but it is a potential work around.
LikeLike
I managed to connect to the usage metric dataset with different data storage modes below, but having a problem showing it on App.
Using live connection, the report cannot be included in App.
Using direct query, the report can be included in App, but App users are not able to see the data, unless they are granted access to the workspace.
LikeLike