Forum Discussion
Report usage metrics
- 3 months ago
Hi svenchio,
The way that I do this is using the GetActivityEvents API endpoint. Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Learn
I pull data from this daily and store it in a lakehouse. The API only maintains 30 days of data, so storing it allows me to capture more trends.
This data will tell you about almost every action taken in Fabric, including who is viewing reports and when.
Once you have the data, it is quite simple to build some reporting on it to identify highly used and unused reports.
Hi svenchio,
The way that I do this is using the GetActivityEvents API endpoint. Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Learn
I pull data from this daily and store it in a lakehouse. The API only maintains 30 days of data, so storing it allows me to capture more trends.
This data will tell you about almost every action taken in Fabric, including who is viewing reports and when.
Once you have the data, it is quite simple to build some reporting on it to identify highly used and unused reports.