Forum Discussion
Haydos89
2 years agoRegular Visitor
Non-dashboard Resource Usage
Context Our administrator has created a dashboard that shows a count of how many times users have viewed Power BI dashboards in the last 60 days. The dashboard can be filtered by folder path, and in...
josef78
2 years agoMemorable Member
I suppose, this report is based on ExecutionLog3 view, there is detailed log about both, paginated reports and PBI reports (dashboards), for interactive view, or background refresheses or schedules.
But Excel od Word, is minimum loged, becasuse in fact, Excel and Word is not rendered on Power BI Reports server, but thru iframe on another Office Web Apps server. But maybe minimum, try look on ReportActions like GetExcelWorkbookInfo or RenderExcelWorkbook.