- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2025 07:03 AM
Are there equivalent tables such as dashboard_executions, report_stats etc within Platform Analytics so I can understand which dashboards and visualizations are being used and by whom?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2025 02:02 AM
Currently, Platform Analytics in ServiceNow does not have direct table equivalents to dashboard_executions
or report_stats
for tracking dashboard and visualization usage in the same way that Performance Analytics did for Core UI dashboards. The dashboard_executions
table specifically logs load times and user IDs for Core UI dashboard executions.
While there isn't a direct replacement table, some usage tracking for Platform Analytics dashboards is available through User Experience Analytics:
-
Navigate to "User Experience Analytics" -> "Dashboard".
-
Look for the event named "Dashboard Next Experience".
-
This event contains a parameter called "Viewed Dashboard SysId", which stores the sys_id of the Platform Analytics Dashboard that was viewed.
This method allows you to see individual view events, but it is considered a manual process to aggregate this data for comprehensive usage analysis per dashboard. Automating detailed usage reporting (like identifying which users access specific dashboards) using this event data can be complex.
ServiceNow has indicated that more straightforward methods for tracking dashboard-level usage in Platform Analytics are planned for future releases.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2025 02:02 AM
Currently, Platform Analytics in ServiceNow does not have direct table equivalents to dashboard_executions
or report_stats
for tracking dashboard and visualization usage in the same way that Performance Analytics did for Core UI dashboards. The dashboard_executions
table specifically logs load times and user IDs for Core UI dashboard executions.
While there isn't a direct replacement table, some usage tracking for Platform Analytics dashboards is available through User Experience Analytics:
-
Navigate to "User Experience Analytics" -> "Dashboard".
-
Look for the event named "Dashboard Next Experience".
-
This event contains a parameter called "Viewed Dashboard SysId", which stores the sys_id of the Platform Analytics Dashboard that was viewed.
This method allows you to see individual view events, but it is considered a manual process to aggregate this data for comprehensive usage analysis per dashboard. Automating detailed usage reporting (like identifying which users access specific dashboards) using this event data can be complex.
ServiceNow has indicated that more straightforward methods for tracking dashboard-level usage in Platform Analytics are planned for future releases.
Maik