Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Kilyan
Frequent Visitor

Get time spent on pages

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.

1 ACCEPTED SOLUTION
JoeBarry
Solution Sage
Solution Sage

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

View solution in original post

1 REPLY 1
JoeBarry
Solution Sage
Solution Sage

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

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Top Solution Authors