Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Compare

Report vs Dashboard

Detailed data analysis vs visual KPI summary

All comparisons

Report

VS

Dashboard

Report

A Report in Salesforce is a saved query against the platform's data, with filters, groupings, summaries, and a chosen layout. Reports answer questions like "how many open opportunities over $50,000 close this quarter?" or "which support agents have the longest average case resolution time?" They are the foundation of every dashboard component, the source for many exports and integrations, and the most-used analytical tool in any Salesforce org. Every report is built on a Report Type, which defines the objects, relationships, and fields available. Filters narrow the row set. Groupings collapse rows into summary buckets. Summary formulas compute derived metrics within groups. The four format variants (Tabular, Summary, Matrix, Joined) shape how groupings and summaries render. Report Builder in Lightning Experience is the modern construction surface, with drag-and-drop column reordering, inline filtering, and live preview. Reports save to folders, and folder access controls who can view, edit, and share each report.

Dashboard

A Dashboard is a Salesforce analytics surface that displays multiple report results as visual components (charts, gauges, metrics, tables) on a single page. Each dashboard component pulls from one underlying report, applies an aggregation or visualization, and renders inside the dashboard layout. Dashboards refresh on a schedule or on demand, and the rendered state caches until the next refresh, so consumers see consistent numbers without re-running reports manually. Dashboards are the executive and operator face of Salesforce data. Sales pipelines, support backlogs, marketing attribution, finance close progress, partner health: each is typically a dashboard with five to twenty components arranged for at-a-glance reading. Lightning dashboards support twenty components per dashboard, with filters at the dashboard level that cascade to every component. Each component has a running user, which determines the data context used to evaluate the source report; this is the mechanism that lets one dashboard serve different audiences based on whose access drives the data.

Key Differences

DimensionReportDashboard
OutputTabular, summary, matrix, or joined dataVisual charts, gauges, tables, and metrics
Data SourceDirectly queries objects and fieldsBuilt from one or more existing Reports
InteractivityFilter, sort, group, drill into rowsClick components to view underlying report
Detail LevelRow-level data with drill-downAggregated visual summaries
PurposeAnalyze and export detailed dataMonitor KPIs and trends at a glance

When to use Report

When you need detailed data analysis, row-level inspection, or data export.

When to use Dashboard

When you want a visual overview of multiple metrics on a single screen.