Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello all,
I'm looking to get the data about how long users are on each page of my report.
The integrated activity tracker isn't reliable, and extracting the data for long term storage not ideal.
So I tried using other tools but I can't get a reliable time for exiting the report.
Do you have a way to log the entry-exit time/time spent on every page of a report ?
Thanks.
Solved! Go to Solution.
Hi @Kilyan
You can try looking in the Power BI rest API. There is a custom connector available, https://www.thepoweruser.com/2021/02/21/power-bi-rest-api-connector/
If i'm not mistaken, you can only ever see the last 30 days of data, so a long term solution to store the data would be recommeneded. Obviously a database would beidea, but you can maybe you can create a dataflow and use incremental refresh that will store the data.
Thanks
Joe
If this post helps, then please Accept it as the solution
Hi @Kilyan
You can try looking in the Power BI rest API. There is a custom connector available, https://www.thepoweruser.com/2021/02/21/power-bi-rest-api-connector/
If i'm not mistaken, you can only ever see the last 30 days of data, so a long term solution to store the data would be recommeneded. Obviously a database would beidea, but you can maybe you can create a dataflow and use incremental refresh that will store the data.
Thanks
Joe
If this post helps, then please Accept it as the solution