Forum Discussion
Get time spent on pages
- 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
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