Forum Discussion
Getting Activity Logs on the Report Page level
Still waiting for that feature.
Thank you.
- Martin_D2 years agoSolution Sage
My workaround is to activate the usage metrics report for the worksapces, then you can retrieve page level usage stats from the underlying dataset, either through XMLA or REST API https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries
- Anonymous2 years agoNot applicable
Hi Martin_D
Your solution sounds very interesting, but how do you connect to the underlying dataset?
When I connect to the XMLA Endpoint of the workspace I cannot see the dataset of the Usage Metrics.
Thank you!
- Martin_D2 years agoSolution Sage
Hi Anonymous ,
It's only there after you have created the usage metrics report for any of the reports in the workspace. Then it's hidden if you try to live-connect from Power BI Desktop, but you can list and query it from the REST API and XMLA API.