Excel Agility: Dashboards Part 2

Notice: No webinar is currently available in this series.

This webinar is not currently available, new dates coming soon.

Frequently Asked Questions

Slicers and Timelines are Excel's primary interactive filtering controls, transforming static dashboards into dynamic, user-driven analytical tools that respond to selection without requiring any formula knowledge from the viewer. Slicers are button-based filters connected to PivotTables or Excel Tables: clicking a button filters all connected PivotTables and PivotCharts simultaneously to show only data matching that selection. Multiple slicers can be placed on a dashboard—one for region, one for product category, one for salesperson—and their interactions are cumulative, so clicking 'North' on the region slicer and 'Q2' on the time slicer filters all connected objects to North Q2 data instantly. The 'Report Connections' setting in the Slicer options allows a single slicer to control multiple PivotTables, which is essential when a dashboard contains multiple charts that should all respond to the same filter selection. Timelines are specialized slicers designed for date fields: they display a scrollable time bar that users can drag to select date ranges by day, month, quarter, or year. Together, slicers and timelines enable non-technical users to explore data interactively without modifying the underlying workbook structure—making dashboards genuinely self-service rather than requiring a report modification request each time a different cut of data is needed.
PivotCharts are charts directly connected to PivotTables, updating automatically whenever the underlying PivotTable data is filtered, refreshed, or reorganized. They combine the analytical flexibility of PivotTables with the visual communication power of charts, making them particularly valuable in dashboards that need to display aggregated data that will change over time. To create a PivotChart, click anywhere within a PivotTable and select Insert > PivotChart, or create one simultaneously with a PivotTable through Insert > PivotChart. Like PivotTables, PivotCharts respond to slicers, timelines, and report filter changes, so a slicer click that filters a PivotTable automatically updates any PivotCharts connected to the same source data. PivotCharts are best used in dashboards when the displayed data comes from a PivotTable and needs to stay synchronized with interactive filter changes. Their primary limitation compared to standard charts is slightly less formatting flexibility—some advanced chart formatting options behave differently in PivotCharts. For dashboards where the chart data is static or pulled from named ranges rather than PivotTables, standard charts with dynamic data sources are often preferable. Combining PivotCharts with slicers is the fastest path to building genuinely interactive, filter-responsive dashboard visualizations in Excel without VBA or external tools.
Drop-down selectors connected to dynamic chart data ranges are a powerful technique for creating interactive dashboards where users choose what the chart displays without needing to modify the underlying data. The mechanism works as follows: a data validation drop-down list in a cell contains the available selections (e.g., months, metrics, or regions). MATCH or INDEX formulas reference this selector cell to dynamically pull the appropriate data column or row based on the selection. The chart is built from this dynamically populated range rather than directly from the source data. When the user selects a different option from the drop-down, the reference formula updates instantly and the chart reflects the new selection. For more complex scenarios—where the chart should display different series or an entirely different metric—OFFSET or CHOOSE functions can construct dynamic named ranges that point to different source data based on the selector value. Named ranges defined with OFFSET or INDEX formulas respond dynamically to selector changes and can be used as chart data series references, though this approach requires some formula sophistication to implement correctly. Alternatively, in Excel 365, FILTER and INDEX functions can construct dynamic arrays that serve as chart sources. Pairing the drop-down selector with a clear label cell that displays the current selection makes the dashboard's current state explicit for viewers.
Connecting Power Query data to an Excel dashboard enables automatic data refresh, eliminating the manual steps of downloading, cleaning, and pasting new data each reporting cycle. The workflow begins with establishing a Power Query connection to the data source—this might be a CSV file export from an accounting system, a folder of monthly files, a SharePoint list, a database query, or an API connection. Power Query's transformation steps clean and reshape the data into a structured table that the dashboard's PivotTables and formulas can consume. The connection and all transformation steps are saved within the workbook, so refreshing the data requires only a single click—Data > Refresh All—or can be configured to refresh automatically when the workbook is opened or on a schedule. PivotTables built on Power Query-loaded tables refresh simultaneously, updating all connected PivotCharts, calculations, and dashboard metrics in sequence. For dashboards used in recurring reporting cycles, this architecture reduces a multi-hour manual data preparation process to a single click and a few seconds of refresh time. When multiple data sources need to be combined—for example, merging transaction data with a customer master file—Power Query's merge and append capabilities handle this during the query, keeping the complexity out of the dashboard layer and making the overall model simpler and more reliable.
Sparklines are miniature, in-cell charts that provide compact trend visualization alongside data tables, allowing a dashboard to communicate trend information in minimal space without dedicating full chart areas to each data series. Introduced in Excel 2010, sparklines come in three varieties: Line (shows trend over time), Column (shows bar comparisons), and Win/Loss (shows positive/negative outcomes as up/down bars). To insert sparklines, select the destination cells, go to Insert > Sparklines, specify the data range, and Excel creates one sparkline per cell. Sparklines are particularly effective in dashboards for showing at-a-glance trends in KPI scorecards—a numeric value in one column and its trailing 12-month sparkline in the adjacent column communicates both current status and recent trajectory without additional space. The Sparkline Design tab enables customization: showing high and low points as highlighted markers, choosing colors, and selecting axis scales. Axis scaling is important—by default each sparkline scales independently to fill its cell, which can make flat-performing items appear volatile relative to genuinely variable ones. Selecting 'Same for all sparklines' under axis scaling options enforces a consistent scale across the sparkline series, enabling valid visual comparison. For executive dashboards where space is at a premium, sparklines deliver a high information density per square inch that full-size charts cannot match.