Search "Excel dashboard examples" and you get galleries — hundreds of thumbnails, no reason to pick any one of them. That's the wrong problem to solve. There are really only about six layouts worth building, one question decides which you need, and three layouts you'll see constantly that you should never build at all. This is that shortlist, with the Excel mechanics for each.
I build dashboards for a living — the reporting our managers open every morning at a multi-branch clinic — and I package one as a template. So two honest disclosures up front. I'm not selling you a rival to Excel, which means I can tell you the truth about it, including where it runs out. And every design opinion below is grounded in a named source at the end, not in my taste — because "don't build this" is only worth saying if someone can check it.
First, the only question that matters
Before you look at a single example, answer two things about the numbers you're putting on the page. Almost every good dashboard falls out of the answers.
- How many numbers actually matter? One, a handful (say three to six), or many of the same kind (a metric repeated across twelve clinics, twenty reps, fifty products)?
- Is the story the level, or the change? Do you care what the number is right now, or how it has moved over time?
| What you have | The layout |
|---|---|
| One number, its level | A scorecard |
| A handful, their level | KPI tiles |
| A handful, over time | KPI tiles + a trend chart |
| The same metric across many segments | Small multiples |
| A list, ordered best to worst | A ranking / leaderboard |
| Performance against a goal | Actual-vs-target bars |
| One metric whose whole point is its trajectory | A single trend chart |
Notice what isn't on that list: "all of them, on one screen." A dashboard exists to support one decision or one review. If you can't say what decision your dashboard is for, no layout will save it — and that, not the choice of chart, is why most dashboards fail.
The six layouts
KPI tiles + a trend chart
The workhorse. A row of three-to-five headline numbers along the top, one chart below showing the trend of the most important one. In my experience most weekly operational reviews want exactly this and nothing more.
Each tile is just a cell referencing a PivotTable result, dressed with a border; the chart is a single PivotChart line. Drop a slicer wired to every PivotTable and the whole thing filters at once.
The single scorecard
One metric owns the screen — a north-star number, or a single KPI on a wall-mounted display. One big figure, a sparkline for its trend, and a comparison to its target or to last period.
A large cell for the number, an in-cell sparkline beside it (Excel 2010 and later), and conditional formatting to colour it against a goal. That's the whole build.
Actual vs target
Bars for the actual value, a thin marker for the goal, and instant colour telling you who cleared the bar. This is the layout for anything measured against a number it's supposed to hit — collection rate versus benchmark, sales versus quota, utilisation versus plan.
In Excel it's a bar chart with the target added as a second series drawn as markers. Stephen Few's bullet graph is the refined version of exactly this idea, built specifically to replace the gauge (more on that below).
Small multiples
The same little chart repeated once per segment, on a shared scale. Twelve clinics, twenty reps, a metric per product line — the eye scans the grid and the outliers jump out. It's Edward Tufte's favourite device for a reason: it turns "compare twenty things" into a single glance.
The fastest build in Excel is a column of sparklines, one row per segment. For more detail, a grid of tiny identical PivotCharts.
The ranking (leaderboard)
A horizontal bar chart, sorted highest to lowest, top item highlighted. For any question shaped like "which are the biggest / worst / most" — top services by revenue, the weekdays with the worst no-show rate, providers by volume.
A PivotTable sorted descending, plotted as a bar chart — or, if you want it in-grid, conditional-formatting data bars in a sorted table. Bars horizontal, not vertical, so the labels stay readable.
The trend focus
One metric, one big line, the timeline annotated with the things that moved it. When the entire story is the trajectory — a turnaround, a launch, a recovery — give it the whole canvas and mark the events so the chart explains itself.
A line PivotChart, with events added as a helper series or plain text boxes. Keep it to one line if you can.
The three you'll see everywhere — and shouldn't build
Every dashboard gallery is full of these. They look impressive in a screenshot and cost you on the screen. Here's each one, and the named source that says so — because "trust me" isn't good enough.
Gauges and speedometers
A dial, a needle, a coloured arc — one number dressed as a car dashboard. The problem isn't that it's ugly; it's that it's expensive. Stephen Few, who wrote the book on dashboard design, made the case against them when he built the bullet graph — the actual-vs-target bar from layout 3 — as their replacement. It was, in his words, "developed to replace the meters and gauges that are often used on dashboards," and its linear form "supports more efficient reading than radial meters" in a fraction of the footprint. A gauge spends the room of many numbers to show one; the bullet graph shows the same comparison in a strip.
3D charts, especially the 3D pie
Depth and tilt don't add information — they distort it. In a tilted 3D pie the added depth and skew make the slice at the front read as larger than an identical slice at the back; Few demonstrates the effect directly in Save the Pies for Dessert. It's a working example of what Tufte calls the "lie factor" — a graphic that exaggerates an effect beyond what's actually in the data.
There's a deeper reason bars beat pies even in 2D. In the classic study of how accurately people read charts, Cleveland and McGill ranked the visual cues by accuracy: position sits at the top, area near the bottom. A bar encodes value as length and position; a pie makes you compare angles and areas instead — cues that sit lower in that ranking. Keep a pie only for two or three slices of a genuine whole; past that, use a bar.
The "KPI soup" — fifteen widgets, eight colours, dark background
The one that wins design awards and helps no one: every metric the team could think of, each in its own bright box, glowing on a dark theme. Two things break it. First, Tufte's data-ink ratio — most of the "ink" is decoration, borders and gradients rather than data, so the actual numbers have to fight to be seen. Second, if the meaning rides on red versus green — "red is bad, green is good" — it's invisible to the roughly 8% of men of Northern-European descent (about one in twelve) with red-green colour blindness, who see the same drab pair for both.
The fix isn't decoration, it's subtraction. One decision, the few numbers that serve it, and colour used to mean one thing — not to fill space. If everything on the screen is highlighted, nothing is.
Which version of Excel builds these?
Almost everything above needs nothing beyond a mainstream, recent Excel — no add-ins, no macros. A few features have a floor worth knowing, especially before you promise a Mac user something that only exists on Windows.
| Feature | Available from |
|---|---|
| Excel Table (Ctrl+T) that auto-expands as data grows | Excel 2007 |
| Sparklines — in-cell Line, Column, Win/Loss | Excel 2010 |
| Conditional-formatting data bars, colour scales, icon sets | Excel 2007 |
| Slicers on PivotTables | Excel 2010 |
| Slicers on ordinary Tables + the Timeline date filter | Excel 2013 |
| Modern charts: Treemap, Sunburst, Histogram, Box & Whisker, Waterfall | Excel 2016 |
| Funnel chart | Excel 2019 / Microsoft 365 |
| Filled Map chart | Microsoft 365 only (needs an online Bing connection) |
| Power Pivot / the Data Model | Windows desktop only — not Excel for Mac |
Two of those deserve a full sentence because people get burned by them:
- You do not need Power Pivot for a normal dashboard. A Table, a handful of PivotTables and one slicer — the standard build — is fully interactive and has worked since Excel 2010 (slicers came to plain tables and the Timeline arrived in 2013). Power Pivot and the Data Model earn their keep only when you must relate several tables or write DAX measures. And they're Windows-desktop features — not in Excel for Mac, and absent from some Office editions. If your team is on Macs, design around that now, not after you've built it.
- PivotCharts can't do everything. A PivotChart "can be any chart type except an xy (scatter), stock, or bubble chart" — so for a scatter you plot from the data directly. And trendlines, data labels and error bars on a PivotChart don't survive a refresh. Minor, until the chart you spent an hour formatting resets itself.
Worth an aside: the worksheet grid tops out at 1,048,576 rows — unchanged since Excel 2007. If your source is bigger than that, the Data Model can hold far more than the grid can, because it doesn't store the data on a sheet. That's usually also the signal that you've outgrown a spreadsheet and want Power BI.
What to actually put on it
Layout is only half the job; the other half is choosing numbers worth the screen. That's its own decision, and I've written it up separately: the five numbers worth a weekly look for a clinic, and the longer list of practice KPIs with the benchmarks that are real and the ones that aren't. Whatever the field, the rule holds — put on the dashboard only what changes a decision, and give the most important number the trend chart.
If you want the mechanics end to end — Table, PivotTables, the one slicer that filters everything — that's the step-by-step build. This piece picks the shape; that one clicks it together.
Or start from a finished one
Clinic Vitals — Excel Edition is a five-page clinic dashboard built on these layouts. Drop in your own export, hit refresh, and you're looking at your practice — no PivotTables to wire, no version to worry about.
See the templates →Frequently asked questions
Which Excel dashboard layout should I use?
Answer two questions. How many numbers matter — one, a handful, or many of the same kind? And is the story the level or the change over time? One number, its level: a scorecard. A handful: KPI tiles, plus a trend chart if the change matters. The same metric across many segments: small multiples. A sorted list: a ranking. Performance against a goal: actual-vs-target bars. One metric whose point is its trajectory: a single trend chart.
What are the best Excel dashboard layouts?
Six cover almost everything: KPI tiles plus a trend chart, a single scorecard, actual-vs-target bars, small multiples, a ranking/leaderboard, and a trend focus. Which one is right isn't a matter of taste — it's decided by how many numbers matter and whether you care about the level or the change.
What charts should you avoid on a dashboard?
Gauges and speedometers (they spend the space of many numbers to show one — use a bullet graph or a number with a target), 3D charts especially 3D pies (depth and tilt distort the values), and the "KPI soup" of fifteen glowing widgets on a dark background (it buries the data in decoration, and red-vs-green coding fails the ~8% of men with red-green colour blindness). All three are staples of dashboard galleries and all three cost you clarity.
Do I need Power Pivot to build a dashboard in Excel?
No. A named Excel Table, a few PivotTables and one slicer make a fully interactive dashboard, and that has worked since Excel 2010 (slicers reached plain tables, and the Timeline arrived, in 2013). Power Pivot and the Data Model only matter when you need to relate multiple tables or write DAX. Important caveat: they are Windows-desktop features — not available in Excel for Mac.
Can you build an interactive dashboard in Excel without macros?
Yes. Slicers make PivotTables click-to-filter — introduced for PivotTables in Excel 2010 and for ordinary tables in Excel 2013 — and one slicer can control several PivotTables at once via Report Connections, provided they share a data source. A Timeline slicer does the same for dates. No VBA required.
Every Excel capability here was checked against Microsoft's own support documentation; the version-introduction years are established release history. The design claims are attributed to their original authors — Stephen Few on gauges and pies, Cleveland & McGill on how accurately we read charts, Tufte on data-ink and distortion — and I quote them only where I could confirm the exact wording at the source. The illustrations are original, built to show each layout; they are not screenshots of anyone's product. Lucid Vitals is not affiliated with Microsoft.
Sources
- Microsoft Support — Use sparklines to show data trends (Line, Column, Win/Loss)
- Microsoft Support — Use slicers to filter data — one slicer across several PivotTables via Report Connections (same data source)
- Stephen Few — Bullet Graph Design Specification: gauges "display too little information, require too much space, and are cluttered with useless and distracting decoration"
- Microsoft Support — What's new in Excel 2013: Table slicers, the Timeline, and the built-in Data Model
- Microsoft Support — Where is Power Pivot? — a Windows-desktop feature; the page lists the Office editions that include it and names Excel for Mac as an exclusion
- Microsoft Support — Overview of PivotTables and PivotCharts: "any chart type except an xy (scatter), stock, or bubble chart"
- Microsoft Support — Create a funnel chart — Office 2019 / Microsoft 365 only
- Microsoft Support — Create a Map chart — Microsoft 365 subscription, requires a Bing connection
- Microsoft 365 Blog (2015) — New chart types in Office 2016: Waterfall, Histogram, Pareto, Box & Whisker, Treemap, Sunburst
- Microsoft Support — Create and share a Dashboard with Excel (Microsoft's own method: PivotTables, PivotCharts, Slicers, Timeline)
- Microsoft Support — Excel specifications and limits: 1,048,576 rows × 16,384 columns
- Cleveland, W. S. & McGill, R. (1984) — Graphical Perception, Journal of the American Statistical Association 79(387): position and length are judged more accurately than angle and area
- Stephen Few (2007) — Save the Pies for Dessert: why 3D tilt distorts a pie, and the limit of a few slices
- Edward R. Tufte — The Visual Display of Quantitative Information, Graphics Press (1983; 2nd ed. 2001) — the data-ink ratio, chartjunk, and the "lie factor"
- Colour Blind Awareness — Red-green colour blindness affects ~8% of men (about 1 in 12) of Northern-European descent · Wong, B. (2011) — "Color blindness," Nature Methods 8:441 (colour-blind-safe palettes)