Forum Discussion
Report Usage report
Hi SqlBobScot. It sounds like if you have the usage report broken and you can get support, you might have to build it from scratch. That's an amazing option to get a better user experience, but it will take time.
If you are the admin, you can register an app at azure in order to use the Power Bi Rest API. In there you will find this request: https://docs.microsoft.com/en-us/rest/api/power-bi/admin/get-activity-events
That one will return the activity events used for the usage metrics report. You can return day by day for the tenant, all workspaces, all reports, etc.
You probably need to write same code and store that on a DB to build a robust and scalable base of activities. You can find cmlets with powershell or libreries like SimplePBI with python to help you use the API.
You can also write an issue to the community if you can't rise a ticket to support. They might help there:
https://community.powerbi.com/t5/Issues/idb-p/Issues
I hope that helps,