The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 ?
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 _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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