Forum Discussion
Anonymous
6 years agoNot applicable
Access the Admin Portal
Hi, I am new to the Power BI administration. I am trying to get access to the admin potal of our PBIRS environments, but I am not able to. This is an on premise environment I am a system admini...
d_gosbell
Super User
6 years agoThere is no separate admin portal with metrics for the on-prem Power BI Report Server. If you want execution metrics you can build your own reports or data model over the execution log view see https://docs.microsoft.com/en-us/sql/reporting-services/report-server/report-server-executionlog-and-the-executionlog3-view?view=sql-server-ver15
We have our own ETL process which pulls this information into a separate database since the execution log only retains the data for something like 90 days and we did not want to bloat the size of the ReportServer database.
Anonymous
6 years agoNot applicable
Thank you d_gosbell . Appreciate that!