nerdexam
Microsoft

70-466 · Question #39

You are designing a SQL Server Reporting Services (SSRS) report based on a SQL Server Analysis Services (SSAS) cube. The cube is used to measure sales growth by salesperson. The cube contains a Key Pe

The correct answer is C. an Indicator. The Indicator report item in SSRS is purpose-built to render KPI status values as small graphical icons - including colored flag sets - making it the correct choice for visualizing red, yellow, and green KPI states.

Build reports

Question

You are designing a SQL Server Reporting Services (SSRS) report based on a SQL Server Analysis Services (SSAS) cube. The cube is used to measure sales growth by salesperson. The cube contains a Key Performance Indicator (KPI) to show if a salesperson's sales are off target, slightly off target, or on target. You need to add a report item that visually displays the KPI status value as a red, yellow, or green flag. Which report item should you add?

Options

  • Aa Sparkline
  • Ba Gauge that uses the Radial type
  • Can Indicator
  • Da Gauge that uses the Linear type
  • Ea Data Bar

How the community answered

(59 responses)
  • A
    2% (1)
  • B
    3% (2)
  • C
    95% (56)

Why each option

The Indicator report item in SSRS is purpose-built to render KPI status values as small graphical icons - including colored flag sets - making it the correct choice for visualizing red, yellow, and green KPI states.

Aa Sparkline

A Sparkline renders a compact trend chart over a series of data points and is not designed to display a single discrete KPI status icon.

Ba Gauge that uses the Radial type

A Radial Gauge displays a numeric value on a circular dial within a range; it does not render flag-style KPI status icons and is not suited for discrete three-state color coding.

Can IndicatorCorrect

An Indicator is an SSRS report item that maps a numeric KPI status value to a small icon from a predefined set such as flags, arrows, or shapes, each with configurable colors. The Flags indicator set natively supports three states - typically red, yellow, and green - corresponding to off target, slightly off target, and on target KPI values sourced directly from an SSAS cube KPI field. No custom expressions are needed because the indicator states align directly with standard KPI status values (-1, 0, 1).

Da Gauge that uses the Linear type

A Linear Gauge displays a value along a linear scale and shares the same limitation as a Radial Gauge - it shows numeric position, not a discrete colored status icon.

Ea Data Bar

A Data Bar is a miniature bar chart used to compare relative values across rows in a table or matrix and does not represent a single KPI status with colored flag icons.

Concept tested: SSRS Indicator report item for KPI status visualization

Source: https://learn.microsoft.com/en-us/sql/reporting-services/report-design/indicators-report-builder-and-ssrs

Topics

#KPI visualization#Indicator report item#SSRS#status flags

Community Discussion

No community discussion yet for this question.

Full 70-466 Practice