A professional dashboard in Excel: pivot tables, dynamic charts, slicers, and KPI cards — all connected.
A good dashboard answers specific questions at a glance without requiring the viewer to do any analysis. It has a clear purpose (sales performance, HR headcount, financial summary), shows the right level of detail, and updates automatically when data changes.
Convert your data to an Excel Table (Ctrl+T). Give it a meaningful name like "SalesData". All your pivot tables and charts will connect to this table and update automatically when new rows are added.
Insert → PivotTable → use your Table as the source. Build one pivot table per key metric on a separate "Data" sheet — don't put pivot tables directly on the dashboard. Common metrics:
Click inside a pivot table → Insert → chart of your choice. Move the chart to the dashboard sheet. The chart stays connected to the pivot table and updates when data changes.
Simple cells formatted with large fonts showing key numbers — total revenue, number of customers, average order value. Use GETPIVOTDATA to pull numbers from pivot tables:
=GETPIVOTDATA("Sales", PivotTable1)
-- Pulls the grand total from PivotTable1Click any pivot table → PivotTable Analyze → Insert Slicer → choose a field (Region, Month, Product). Connect the slicer to all pivot tables: right-click the slicer → Report Connections → check all pivot tables. Now clicking a slicer button filters every chart and metric simultaneously.
View → untick Gridlines. Then fill the background with a subtle colour (light grey works well). The dashboard instantly looks more professional.
ExcelPro has 880+ hands-on exercises across 9 tracks — type real formulas, get instant feedback.
Start practising free →