A Salesforce Administrator at a software subscription company is building an executive dashboard in Lightning Experience that combines metrics from three distinct source reports: Opportunity Pipeline (Accounts with Opportunities), Support Tickets (Accounts with Cases), and Lead Generation (Leads). The administrator adds a dynamic dashboard filter based on the 'Account Industry' field. The filter successfully updates the Opportunity and Support Ticket components when a user selects an industry, but the Lead Generation component shows unfiltered totals and fails to respond to filter selections. What step must the administrator take to ensure the Lead Generation component filters correctly when an Industry is selected?
- Configure the dashboard filter properties by explicitly setting the field mapping for the Lead Generation source report to the Industry field on the Lead object.Answer
- BUpdate the dashboard security settings to run as the logged-in user so that Lead record access and field visibility are dynamically evaluated for each viewer.
- CModify the Lead Conversion field mapping configuration in Setup to map the Lead Industry custom field to the Account Industry standard picklist.
- DAdd a row-level formula column to the Lead Generation source report and reference it as a summary formula before adding the component back to the dashboard.
Answer
Configure the dashboard filter properties by explicitly setting the field mapping for the Lead Generation source report to the Industry field on the Lead object.
When a dynamic dashboard filter is defined using a field from one object (e.g., Account Industry), Salesforce automatically maps components whose source reports include that field. For components built on different primary objects (e.g., Leads), the administrator must manually edit the dashboard filter properties and select the corresponding field (e.g., Lead Industry) for that source report.
Step-by-Step Solution
Key Concept
Dashboard Filter Field Mapping Across Multiple Report Types