Forum Discussion
Get report page level activity
Hello,
I'm currently trying to get the activity at the page level (like the usage metrics reports).
Currently the Get Activity from the Power BI rest API let us retrieve the actitvity only at a report level.
Do you have any idea how I can achieve it ?
4 Replies
- v-yanjiang-msftCommunity Support
Hi Dylan_01 ,
Have you tried to add the pane name in the URL, you can find the page name at the top of the report page. For example the below report page URL, the report page is "ReportSection0d66f5dae35e17580e0b" which I marked in a red box.
Try to add &pageName="ReportSection......" in the URL.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ChenrycmqNew Member
Hi kalyj,
I also noticed the ReportSection part in the url. But I do not find this information in the activity data that I pulled from API via as admin infor.
There is only API available until report level. I want to be able to get data on Pages view underneath one report. That information I have not find.
Could you please provide some extra help of where should I find the information in the API about "&pageName="ReportSection......"" thank you very much
- lucasmathgroupNew Member
did you get it?
- MarteinGroennNew Member
I have the same question. Is it possible to use powerbi api to get the page level events? Or is it in the near future available?