Forum Discussion
ekimakIA
4 years agoFrequent Visitor
How to fetch usage metric details through Power BI REST API
Hi, Is there any way to fetch the Usage Metric Report Value through REST API. Like I want to fetch the report open value, last access date etc using API. Please let me know if there is any API to...
- 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.
s_w
2 years agoFrequent Visitor
We seem to be able to get report views, but not specifics about what page the view is on. Anyone have an idea where we can get that level of detail through the API?