Forum Discussion
How to fetch usage metric details through Power BI REST API
- 4 years ago
Hi
Yes there is a rest API to fetch this data Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Docs
You will only be able to request a single day at a time and only 30 days history is available, so you will need to build another injection process to handle this.
If you are looking for an easy to implement process there is an open-source project that you can use RuiRomano/pbimonitor (github.com)
Regards
Michael Johnson
If this or another post helped you, please consider giving it a thumbs up or marking it as the correct solution.
Hi
Yes there is a rest API to fetch this data Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Docs
You will only be able to request a single day at a time and only 30 days history is available, so you will need to build another injection process to handle this.
If you are looking for an easy to implement process there is an open-source project that you can use RuiRomano/pbimonitor (github.com)
Regards
Michael Johnson
If this or another post helped you, please consider giving it a thumbs up or marking it as the correct solution.
- s_w1 year agoFrequent Visitor
But this API call will only return the report name, not the page of the report. However, the usage reports in Power BI service do show this information, so it seems it does exist?
- PabloAschieri1 year agoNew Member
Any update on this? Thanks