Skip to main content

How to create a Simple Dynamic Dashboard with Charts and Slicers

Download the example Dynamic Chart from below link.



Below are the steps to create a dynamic dashboard


1. Structured Data

Create a table from the data you have. Select the data and press Ctrl + T  or Click on Table in Inset tab under Tables group as shown below.


2. Create Pivots
Select the table and create a pivot by pressing Alt + N+V or Click on Pivot table in Insert tab under Tables group as shown below. Select New worksheet in the dialogue box and click ok.


3. Modify Pivot Table

Once Pivot table is created name the pivot table in Analyse tab Pivot table Name in PivotTable section for reference. Pivot tables fields may appear automatically or if not appearing then click on field list in Analyse tab under Show. 
Select Customer ID and Years in Rows section and Purchase Amount in Values section as shown below.


Same way create other Pivots as created in the example file attached.


4. Create Charts

Select the pivot table then go to Insert tab >> Charts>> Select the type of chart as shown below



Create a Combo chart as shown below 

First create a normal Bar chart then keep the chart selected by clicking on it, Pivot Chart Tools will appear as seen below. Click on Design Tab >> Change Chart type>>Combo.
A Dailogue box will appear as shown below. You can select the chart type for the series and the Axis.


5. Changing Colour of Bar charts

Select the Bar in the chart. In PivotChart Tools section select Format tab >>Shape Style


There are other tools to format your chart as shown below. Right click on the chart and select format Chart area on the right hand side a New pane appears. For further formatting you can explore it.



6. Slicers

Slicers are used to filter the data. To Add a slicer select the pivot and from Pivot table Fields Select a item of which you need to create a Slicer as shown below.


Same way create other slicers as needed and connect them to all the charts.
Right Click on the Slicer and select Report Connections as shown below


A Dialogue box will appear Report Connections. Select the Charts you want to connect the slicer.
In the current case i have selected all charts.


7. Navigation

Final Dashboard is ready


As Shown below Oct is Selected in Date slicer, all charts gets filtered with Oct data. To remove filter click on clear filter tab as shown below or click on the Oct tab with Ctrl tab pressed.



Comments

Popular posts from this blog

Basics Of Excel

MS Excel is a massive application, so you need to know the basics which will help you to navigate Excel and access features. Below is the Image of Excel when you open it. There are 5 important areas in the screen. 1. Quick Access Toolbar:  This is a place where all the important tools can be placed. When you start Excel for the very first time, it has only 3 icons (Save, Undo, Redo). But you can add any feature of Excel to to Quick Access Toolbar so that you can easily access it from anywhere (hence the name). 2. Ribbon:  Ribbon is like an expanded menu. It depicts all the features of Excel in easy to understand form. Since Excel has 1000s of features, they are grouped in to several ribbons. The most important ribbons are – Home, Insert, Formulas, Page Layout & Data. 3. Formula Bar:  This is where any calculations or formulas you write will appear. You will understand the relevance of it once you start building formulas. 4. Spreadsheet Grid:  This is where all yo...

Import CSV In Power BI

  Import CSV file Click on Get Data à More à File option and select Text/CSV . Navigate to the CSV file which needs to be imported FL_insurance_sample.csv . Select the file and click on Open. FL_insurance_sampleDownload In the CSV window on top we have 3 dropdowns, preview of data and data load options.  Select Load and it will load to power query editor window. In the Power query editor the CSV file is loaded as a Queries . In power query editor we can edit, clean and transform the file as required. 3 Dropdowns and Data Load File Origin – Type of file origin. By default its 1252 Wester European (Windows). It’s the file type as per OS and region and country. Delimiter – Delimiter for column separation. By default it detects the delimiter from data , If the delimiter is not from the default options then we can select custom delimiter. Data Type Detection – By default it detects data types of columns based on top 200 rows, we can select entire data or do not detect data type ...

Protect Formula Cells

The use of worksheet protection in Excel is a little strange. Using the steps below, you can quickly protect just the formula cells in your worksheet. It seems unusual, but all 16 billion cells on a worksheet start out with their Locked property set to True. You need to unlock all of the cells first: Select all cells by using the icon above and to the left of cell A1. Press  Ctrl+1  (that is the number 1) to open the Format Cells dialog. In the Format Cells dialog, go to the Protection tab. Uncheck Locked. Click OK. While all cells are still selected, select Home, Find & Select, Formulas. At this point, only the formula cells are selected. Press  Ctrl+1  again to display the Format Cells dialog. On the Protection tab, choose Locked to lock all of the formula cells. Locking cells does nothing until you protect the worksheet. On the Review tab, choose Protect Sheet. In the Protect Sheet dialog, choose if you want people to be able to select your formula cells or no...