fbpx
Search
Close this search box.

How to Create a Dynamic Excel Dashboard in Just 5 Steps

Share

Facebook
Twitter
LinkedIn

Microsoft Excel is a great tool for creating business dashboards. Recently, I made the below dashboard using Excel in just 5 steps.

Step 1: Figure out what you need

The first step for any successful dashboard is to understand what information your users want and how they want it.

dashboard-sketch

  • Talk to your users and ask them “what and why” they need the information.
  • Prepare a mock-up sketch of the dashboard and get the buy-in.
  • Identify data sources and refresh options.

At the end of STEP 1, you should have a clear idea about where you data is, how it should be gathered, analyzed and presented.

Step 2: Clean & Set up data

If you look long and hard, you can find the Loch Ness Monster, the truth about Bermuda Triangle before you locate the Perfectly Clean Business Data.

The next step is to clean & structure your data in a tabular format.

  • Use Power Query to connect to the data source(s) and fetch the data.
  • Set up necessary data cleaning processes with in Power Query.
  • Load the data to Excel either as tables or to the data model.
At the end of this step, you should have one or more tables of data in Excel.
Clean and set up data in a tabular format in Excel

Step 3: Calculate the KPIs with Pivots

Load the cleaned data into “data model” based pivot tables in Excel. Now, using Power Pivot DAX measures, calculate the necessary KPIs.

For example, for the above business dashboard, I’ve calculated:

  • Total Sales =SUM(sales[Sales])
  • Total Boxes = SUM(sales[Boxes])
  • Total Expenses = SUM(sales[Expenses])
  • Total Profit = [Total Sales] – [Total Profit]
  • Profit % = [Total Profit] / [Total Sales]

Create the pivot tables using these measures.

Related: Learn more about Power Pivot & DAX in Excel.

Calculate the necessary metrics / KPIs using DAX

Step 4: Make Interactive Charts

First create the necessary pivot charts (refer to the mock-up you made in step 1). 

Then, make them interactive using Slicers, Timelines or Report Filters.

Learn how to create a slicer here.

We can create interactive charts with pivot charts & slicers

Step 5: Bring Everything Together & Format

We are ready for the big finale!

Bring all the charts, KPIs and slicers you have created so far to a new sheet. (Cut & Paste).

Arrange them neatly and format as needed.

Viola, your dashboard is ready!

Final dashboard is a collection of various KPIs, pivots, pivot charts & slicers

Video Tutorial - How to create a dynamic business dashboard

I’ve created a 30 minute tutorial on how to create the above dashboard with all the necessary steps. Watch it below or on my Youtube channel.

Sample Workbooks

Please download the blank template file from here.

If you want the full dashboard (with al the workings), you can find it in my Excel School Online Course.

More Dashboard Tutorials & Examples

I have a confession to make. Dashboards are kind of my thing. So I have been writing about them for almost 15 years now. Here are some of my best Excel & Power BI dashboards.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

letter grades from test scores in Excel

How to convert test scores to letter grades in Excel?

We can use Excel’s LOOKUP function to quickly convert exam or test scores to letter grades like A+ or F. In this article, let me explain the process and necessary formulas. I will also share a technique to calculate letter grades from test scores using percentiles.

Leave a Reply