What happens when you select a predefined filter condition in the data source selection screen?
Answer : D
When a predefined filter condition is selected during data source configuration, Platform Analytics applies the filter immediately and displays it in the Conditions section, where it can be reviewed, modified, or extended. This allows administrators to start with a standard filter and refine it to meet specific analytics requirements.
The filter is not automatically saved for future use, nor does it automatically select the data source without user confirmation. ServiceNow documentation clarifies that predefined filters act as starting templates, not locked or persistent filters. Administrators retain full control to adjust conditions before saving the indicator or data source. Therefore, option D accurately describes the behavior.
What is the purpose of a Breakdown Source?
Answer : C
A Breakdown Source defines how data is classified into distinct breakdown elements for analysis. It identifies the table and field (or script) used to generate the unique values---such as categories, priorities, assignment groups, or buckets---that segment indicator scores.
Default element filters are configured on the Breakdown, not the Breakdown Source. Indicators are linked to Breakdowns through Breakdown Mappings, not selected at the source level. While bucket-based sources support non-categorical data, their core purpose remains identifying unique breakdown elements. ServiceNow documentation emphasizes that the Breakdown Source is responsible for defining where breakdown values come from and how they are identified, making option C the correct answer.
Choose 2 options.
Which types of calendars are supported on an Indicator Source?
Answer : B, E
Indicator Sources in Platform Analytics support Standard calendars and Custom calendars to control how data collection aligns with business time definitions. The Standard Calendar uses regular system time, while Custom Calendars allow organizations to define business-specific working days, holidays, and schedules.
Fiscal calendars are used for financial reporting but are not supported directly by Indicator Sources. Resource and Docket calendars are unrelated to analytics collection. ServiceNow documentation explicitly states that Indicator Sources rely on standard or custom calendars for accurate time-based aggregation, making options B and E the correct answers.
Which role allows for creating and configuring Indicators, Breakdowns, and managing Data Collection?
Answer : B
The PA Admin role provides full administrative access to Platform Analytics. Users with this role can create and configure indicators, define breakdowns and breakdown sources, manage data collection jobs, activate content packs, and administer analytics security and settings.
PA Contributors typically create content within limited scopes, while PA Power Users focus on analysis and dashboards rather than core configuration. The PA Data Collector role is limited to running data collection jobs. ServiceNow documentation clearly identifies PA Admin as the role required for full analytics configuration and administration, making option B the correct answer.
Which feature in Platform Analytics enables the sharing of visualizations on any dashboard?
Answer : D
The Visualization Library is the Platform Analytics feature that enables visualizations to be reused and shared across any dashboard. When a visualization (such as a time series, scorecard, or breakdown visualization) is saved to the Visualization Library, it becomes a reusable analytics component that can be added to multiple dashboards without duplicating configuration. This ensures consistency in metrics, reduces maintenance overhead, and supports centralized governance of analytics content.
Dashboard Sharing, by contrast, controls who can view or edit a dashboard, not how individual visualizations are reused across dashboards. Roles such as pa_kpi_signals_admin or report_admin provide administrative capabilities but do not enable cross-dashboard visualization reuse. According to ServiceNow Platform Analytics documentation, the Visualization Library is specifically designed to store, manage, and distribute analytics visualizations so they can be embedded in dashboards throughout the platform. This feature is essential in enterprise analytics implementations where the same KPIs and indicators must appear consistently across multiple dashboards and user audiences.
When sharing a Dashboard, who can be granted Dashboard access?
Answer : D
In Platform Analytics, dashboards are shared through the dashboard Share action. In the Share Dashboard dialog, the Grant access to field explicitly allows you to enter one or more users, groups, or roles to share the dashboard with. This sharing controls whether recipients can view the dashboard or edit it, depending on whether you add them as a viewer or editor. Sharing can also optionally allow recipients to manage (add/edit/remove) sharing permissions if that option is enabled. ServiceNow further notes that only certain privileged roles (such as admin, dashboard_admin, pa_admin, or pa_power_user) can see roles in the sharing panel in some configurations, and sharing with roles may require read access to the Roles [sys_user_role] table. This means access can be granted at the individual level (user), team level (group), or permission level (role), making ''user, group, or role'' the correct and complete choice.
What does the ''Allow formula component to be NULL'' setting for a Formula Indicator do?
Answer : D
The Allow formula component to be NULL setting controls how a Formula Indicator behaves when one or more component indicators return NULL values. When enabled, the formula continues to calculate using the available components instead of aborting the calculation.
If this setting is disabled and any component returns NULL, the entire formula result becomes NULL. The setting does not automatically convert NULLs to zero, nor does it skip calculation entirely. ServiceNow documentation explains that this option provides flexibility in environments where some component indicators may not have data for every period, ensuring the formula can still produce meaningful results. Therefore, option D accurately describes the behavior.