Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi.. Need your help guys...
I have designed a new report in PBI Desktop and have published the same in PBI On-Premise Report Server.
I have seen options in other BI tools to find the below. I would like to know if this is possible in PBI Report Server.
1. I have scheduled automatic refresh of a report for every 1 hours and for the entire day. Would like to know how many successful refreshes for the day and how many failures for the same dataset refresh (if failed).
2. How much time taken for the dataset refresh every hour?
3. Any way to display the last data refresh time in the report?
4. Is there any way to hide this big banner since it is occupying half of my laptop screen?
Please help..
Solved! Go to Solution.
Your report server database stores this data, probably called BIReportServer. I run a dashboard on my PBIRS to monitor all user activity using the tables and views in this schema.
1. Could be tricky, but maybe do a count of rsSuccess vs rsInternalError in 'Status' field in ExecutionLog3 view, or ExecutionLogStorage table
2. Inside view 'ExecutionLog3', field 'TimeDataRetrieval'
3. Inside the table 'Schedule', field called 'LastRun Time'
4. Unsure; doubtful though
Your report server database stores this data, probably called BIReportServer. I run a dashboard on my PBIRS to monitor all user activity using the tables and views in this schema.
1. Could be tricky, but maybe do a count of rsSuccess vs rsInternalError in 'Status' field in ExecutionLog3 view, or ExecutionLogStorage table
2. Inside view 'ExecutionLog3', field 'TimeDataRetrieval'
3. Inside the table 'Schedule', field called 'LastRun Time'
4. Unsure; doubtful though
No GUI option is readily available? to monitor the performance on dataset refreshes?
User | Count |
---|---|
4 | |
3 | |
3 | |
2 | |
2 |