Forum Discussion
Usage Metrics
In my power BI I am able to see only one month data in usage metrics, How to fetch last three months data!!
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)
2 Replies
- MikeJohnsonZAResponsive Resident
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)
- AnonymousNot applicable