Forum Discussion
Power BI On Prem Usage Tracking
Good Day Everyone, hope your day is going well.
My Question is as follows.
Our team would like to enable usgae tracking on our Power BI server to start gathering stats on usage per report etc.
We have a On-Prem server, how do one go about enabling/Configuring usage tracking for Power BI?
Regards
Rayno
- Anonymous7 years ago
You can do this by taking a look at the dbo.ExecutionLog3 view. This gives you per execution of the reports and PBIX files.
Some queries to get you started can be found here
https://stevestedman.com/2016/01/ssrs-report-usage-queries/
regards
Steve
2 Replies
- AnonymousNot applicable
You can do this by taking a look at the dbo.ExecutionLog3 view. This gives you per execution of the reports and PBIX files.
Some queries to get you started can be found here
https://stevestedman.com/2016/01/ssrs-report-usage-queries/
regards
Steve
- AnonymousNot applicable
Thank you very much Steve, this solved my question.
Thanks for the help and info, have a fantastic day.
Regards
Rayno