Forum Discussion
Report Server - Report Usage Statistics
- Anonymous8 years ago
shera276 The Power BI Report Server sits on a SQL instance (the same as normal SSRS) you have access to all the capabilities and information stored in the database. the view "dbo.ExecutionLog3" will provide you the metrics that you are looking for.
Hi shera276: I have the same question. Did you get the required audit info from this view?
Thanks
Hi hernan_russy - Until this is available in Report Server, I created reports based on the following suggestion by another PowerBI users in the community:
'The Power BI Report Server sits on a SQL instance (the same as normal SSRS) you have access to all the capabilities and information stored in the database. the view "dbo.ExecutionLog3" will provide you the metrics that you are looking for.'
So I connected to the dbo.ExecutionLog3 view from our SQL database and was able to create some usage stats.