Forum Discussion

Kilyan's avatar
Kilyan
Frequent Visitor
3 years ago
Solved

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. ...
  • JoeBarry's avatar
    3 years ago

    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