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.
- 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.
Chandoo Tweet
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.
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.
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.
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!
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.