Skip to main content

SF-0201 · Concept · Medium

Which report types are supported to generate Dashboards?

✓ Verified by Vikas Singhal · Last reviewed 5/17/2026 · Updated for Spring '26

Dashboards consume Summary, Matrix, and Joined reports directly. Tabular reports are only allowed if you set a Row Limit — converting them into a “Top N tabular”.

The rule per format

FormatDashboard-ready?Notes
SummaryYesMost common — groupings give charts their categories
MatrixYesRow + column groupings — great for stacked charts and heat maps
JoinedYesOne block at a time per component; pick the block when adding
TabularOnly with Row LimitSet a limit (top 10, top 25) plus sort order

Why Tabular needs a Row Limit

Dashboards need a clear “what to chart” — categories on one axis, metric on another. Tabular reports have no groupings, so the platform can’t infer chart categories. Setting a Row Limit with a sort order (e.g. “Top 10 by Annual Revenue”) makes the result deterministic and chart-able.

Tabular with Row Limit = 10, Sort = Annual Revenue DESC:

1. Umbrella Corp     $5.5M
2. Initrode Inc      $4.2M
3. Acme Corp         $1.2M
...
10. Smaller Corp     $400K

Dashboards accept this because the order is fixed and the metric is clear.

Component-format compatibility

Different component types work best with different formats:

ComponentSummaryMatrixJoinedTabular w/ Row Limit
Bar / ColumnYesYes (stacked)YesYes
LineYes (time grouping)YesYesLimited
Donut / PieYesYesYesLimited
MetricYes (Grand Total)YesYesYes
GaugeYesYesYesYes
FunnelYes (ordered groupings)NoNoNo
Lightning TableYesYesYes (one block)Yes
ScatterYes (2 groupings)YesLimitedNo

Practical recommendation

Build Summary reports first for anything you intend to dashboard. Convert to Matrix only when you need a true two-dimensional pivot. Use Tabular for exports and lists; promote to Summary when you need it on a dashboard.

Why Joined is “yes but”

Joined reports can feed dashboards, but each component points at one block of the joined report. So if you have a 3-block joined report, you’d add 3 components (or fewer) on a dashboard each pointing to a different block. The Lightning Dashboard component picker shows the block options.

Common follow-ups

  • Can I dashboard a Tabular report? — Only with a Row Limit set on the report itself.
  • Which is most common for dashboards? — Summary by a wide margin.
  • Can a single dashboard mix sources? — Yes — every component picks its own source report.

Verified against: Salesforce Help — Choose a Dashboard Source Report. Last reviewed 2026-05-17 for Spring ‘26.