Forum Discussion
Report on Report Server Folder Structure
- 8 years ago
Hi Reportex,
You can try to utilize Power BI report server rest API:
https://docs.microsoft.com/en-us/power-bi/report-server/rest-api
https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/
Best Regards,
Qiuyun Yu
Another option would be to connect directly to the ReportServer database.
We have a report on our server which queries the ReportServer database execution log, so we can see how many people are running the reports, seems to work very well.
We've connected the model in our report to Active Directory in order to get full user details from the logon name stored in the execution log. Our AD is structured by division/department, so we can see which departments are making use of the server. It's really useful!
Hey I know this post is old, but how did you connect to AD? Is there a general table that you can query and connect to? I see UserName column in the ExecutionLogStorage table, but not sure where companies generally store AD information. I don't believe we use Azure, but I could be wrong... pretty sure it is on Prem.