Forum Discussion
Usage Metrics
- 4 years ago
The Power Bi activity log only stores the last 30 days, you can pull the last 90 days from the unified audit log (See Track user activities in Power BI - Power BI | Microsoft Docs for more on how you can do this.)
What you would need to do is build a process to extract the data daily then you can build reports from there.
There is a prebuilt solution for this that you can implement easily, you can find the code and instructions here RuiRomano/pbimonitor (github.com)
The Power Bi activity log only stores the last 30 days, you can pull the last 90 days from the unified audit log (See Track user activities in Power BI - Power BI | Microsoft Docs for more on how you can do this.)
What you would need to do is build a process to extract the data daily then you can build reports from there.
There is a prebuilt solution for this that you can implement easily, you can find the code and instructions here RuiRomano/pbimonitor (github.com)