Question

Difficulty: MediumDashboard Design, Components, and Dynamic Filters

A Salesforce Administrator is building a support operations dashboard in Lightning Experience to monitor case resolution metrics across various product lines. The Support Director requests a dynamic dashboard filter based on the custom field 'Case Product Family' so team leads can filter the entire dashboard by product. While configuring the filter options, the administrator discovers that one specific chart component cannot be mapped to the 'Case Product Family' filter.

What is the cause of this mapping issue?

  1. The underlying source report does not include the 'Case Product Family' field or an equivalent compatible field in its report layout.Answer
  2. B
    The dashboard running user lacks Field-Level Security access to the 'Case Product Family' field on the Case object.
  3. C
    The source report contains a summary formula, which automatically disables dashboard filter mapping for that component.
  4. D
    The source report is stored in a folder that has not enabled access propagation through the role hierarchy.

Answer

The underlying source report does not include the required field (or an equivalent compatible field) in its report layout.
When configuring dashboard filters in Salesforce Lightning Experience, each dashboard component must map the filter to a specific field present in its underlying source report. If the source report does not include the target field (or an equivalent field of a compatible data type), that component cannot participate in the filter until the field is added to the report.

Step-by-Step Solution

1
Identify the core requirement for mapping a dashboard filter to a component.
Each dashboard filter must map to a field present in the source report of each individual component.
Dashboard filters function by applying criteria directly to the source reports driving each dashboard component.
2
Analyze why the builder cannot select the filter field for the failing component.
The source report backing the component lacks the 'Case Product Family' field or any compatible field to map against.
Without the field included in the report layout, Salesforce cannot apply the dynamic filter to that report's dataset.

Key Concept

Dashboard Filter Field Mapping Requirements
Rate this question