Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
goalie_
Helper III
Helper III

Usage metrics history

Hi all,

Is there a way to view usage metrics for the entirety of a reports duration rather than just the past 3mo?

1 ACCEPTED SOLUTION
m-colbert
Resolver II
Resolver II

The only way I know to do this is to query the Power BI Event Log directly. It has ViewReport activities in it. You can read a day at a time through PowerShell or REST API. Then save the JSON and read into PowerBI or persist the daily activities to a SQL DB. This builds up the history for as long as you want to keep it. 

 

You will need to be a Power BI admin or create a service principal to have permission to read the log. 

Once you have this, you can replicate the report usage metrics using your activity data.

 

Hope this helps.

 

View solution in original post

1 REPLY 1
m-colbert
Resolver II
Resolver II

The only way I know to do this is to query the Power BI Event Log directly. It has ViewReport activities in it. You can read a day at a time through PowerShell or REST API. Then save the JSON and read into PowerBI or persist the daily activities to a SQL DB. This builds up the history for as long as you want to keep it. 

 

You will need to be a Power BI admin or create a service principal to have permission to read the log. 

Once you have this, you can replicate the report usage metrics using your activity data.

 

Hope this helps.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors