We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

What are the tables to get usage metrics on Data Visualizations In Platform Analytics

praveenasurap
Tera Contributor

Hello All

 

I am looking to report on below metrics and need your help please in identifying the best tables to use.

1. Usage metrics on Platform Analytics Dashboards

  • Number of views
  • Number of Data visualizations
  • Most used Data visualization 

2. Usage metrics on Self-Service Dashboards

  • number of views
  • Number of Reports
  • Most used Reports
2 REPLIES 2

Tanushree Maiti
Giga Sage

Following table is related to Platform Analytics data visualizations. Apart from this no more details are exposed by Servicenow.

 

Table Description

par_componentContains all data visualizations in the visualization library and all filters in the filter library. Extends sys_metadata.
par_component_permissionContains the role, group, and user permissions for all data visualizations and filters in their respective libraries.
par_exportLists all scheduled dashboard and data visualization exports. Extends sys_metadata.
par_export_jobStores details of every attempt to export a dashboard or data visualization.
par_export_visualizationStores the export details of all scheduled data visualization exports. Extends par_export.
par_metadataStores the metadata for each data visualization type.
par_notificationLists email notification definitions of scheduled dashboard and data visualization exports. Extends sys_metadata.
par_notification_emailStores metadata of scheduled dashboard and data visualization export emails, including subject and message. Extends par_notification.
par_notification_email_recipientsStores groups and users who receive a notification email with a scheduled dashboard and data visualization export. Contains the non-metadata information for the emails.
par_visualizationContains all data visualizations in the visualization library. Extends par_component.
par_visualization_permissionContains the role, group, and user permissions for all data visualizations in the visualization library. Extends par_component_permission.

 

Refer: Platform Analytics data visualization tables • Yokohama Platform Analytics • Docs | ServiceNow

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Thank you @Tanushree Maiti 

I noticed most of the Data visualization reporting above is only for those added to a library. 

Is there way to add Data Visualizations on my PA dashboard to a Library?

 

I also did not notice any reporting at dashboard level in the above tables.