Building a Tableau KPI Dashboard: A Comprehensive Guide

By: Published: May 3, 2021

Tableau KPI Dashboards

Data Visualization plays a vital role in today’s revolutionized industry scenarios. It holds various composite and combined indicators and displays them in a single space called Dashboards that provide comprehensive insights from data at-a-glance. There are a wide variety of Data Visualization tools available that can be leveraged by businesses to create easy-to-understand and interactive Dashboards.

This article will provide you with an understanding of how you can build a Tableau KPI Dashboard by stitching together various Key Performance Indicators (KPIs) from numerous worksheets.

Table of Contents

Introduction to Tableau

Tableau Logo
Image Source: https://www.tableau.com/about/media-download-center

Tableau is a widely used Business Intelligence tool in the current market. Its popularity is due to its capability of handling Big Data and is relatively simple to deploy, learn and use. Tableau generates insights from the raw data and creates a visual masterpiece for businesses to make data-driven decisions.

Visualizations in Tableau are generated as Worksheets, Dashboards, and Stories. Users can create custom Dashboards that provide actionable insights and help drive the business forward. When configured with the proper underlying hardware and operating systems, all products by Tableau always operate in virtualized environments. Tableau can be used to explore data with limitless visualizations.

Tableau Product Offerings
Image Source – https://intellipaat.com/mediaFiles/2015/11/tableau1.png

More information on Tableau can be found here.

Understanding the Key Features of Tableau

The key features of Tableau are as follows:

  • Tableau Dashboard: Tableau houses an intuitive Dashboard with self-explaining wizards, allowing both technical and non-technical users to create and understand complex visualization easily. All Dimensions and Measures can be analyzed by creating Tableau KPI Dashboards which include numerous charts, graphs, and other forms of visualizations that can be created using a simple drag-and-drop functionality.
  • Collaborative Sharing:  Tableau allows users to share Dashboards with their peers for collaborative work or review. Users can also share Dashboards on the cloud, which makes them accessible from any part of the world.
  • Data Sources in Tableau: Tableau has more than 200+ connectors that give users the ability to connect to a plethora of external data sources like RDBMS, Cloud, Spreadsheet, etc., securely. Tableau also provides several monitoring features such as Data Connectivity, Auto-Refresh, etc. 
  • Advanced Visualizations (Chart Types): Tableau has a vast collection of simple visualization such as Charts, Tables, Graphs, Maps, etc. along with complex visualizations such as Area Chart, Bar Chart, Box-and-whisker Plots, Bubble Cloud, Bullet Graph, Cartogram, Dot Distribution Map, Heat Map, etc.
  • In-Memory and Live Data: Tableau ensures seamless connectivity with data extracted from numerous external data sources in the form of In-memory or live data sources. This gives users the ability to analyze data from various data sources without any restrictions. 
  • Robust Security: Tableau implements special measures to ensure user and data security. It houses a security system based on permission and authentication mechanisms for user access and data connections.
  • Predictive Analytics: Tableau houses several data modeling capabilities, including forecasting and trending. Users can easily add a trend line or forecast data for any chart, and view details describing the fit easily.

Simplify Tableau ETL Using Hevo’s No-code Data Pipeline

Hevo is a No-code Data Pipeline that offers a fully-managed solution to set up data integration from 100+ data sources including Tableau and will let you directly load data to a Data Warehouse, a Business Intelligence tool such as Tableau, or the destination of your choice. It will automate your data flow in minutes without the user having to write any line of code allowing you to focus on building your Tableau KPI Dashboards. Its fault-tolerant architecture makes sure that your data is secure and consistent. Hevo provides you with a truly efficient and fully-automated solution to manage data in real-time and always have analysis-ready data.

Let’s Look at Some Salient Features of Hevo:

  • Fully Managed: It requires no management and maintenance as Hevo is a fully automated platform.
  • Data Transformation: It provides a simple interface to perfect, modify, and enrich the data you want to transfer. 
  • Real-Time: Hevo offers real-time data migration. So, your data is always ready for analysis.
  • Schema Management: Hevo can automatically detect the schema of the incoming data and maps it to the destination schema.
  • Live Monitoring: Advanced monitoring gives you a one-stop view to watch all the activities that occur within pipelines.
  • Live Support: Hevo team is available round the clock to extend exceptional support to its customers through chat, email, and support calls.

Explore more about Hevo by signing up for the 14-day trial today!

Introduction to KPI

Key Performance Indicators
Image Source: https://www.simplekpi.com/Resources/Key-Performance-Indicators

KPI stands for Key Performance Indicator and is very useful to assess business performance. KPI offers a glance at various performance metrics such as Sales, Revenues, Trends, etc., and helps businesses make data-driven decisions. 

Tableau provides excellent interactive services to create appealing visuals, which plays an essential role in effective communication. Tableau KPI Dashboards can be used to visualize various metrics in the form of Charts and Graphs that seek users’ attention. KPIs are usually color-coded with arrows indicating upward or downward trends.

Prerequisites

  • Tableau Desktop or Tableau Services subscription
  • Basic understanding of Data Analysis and Visualization. 
  • Access to Tableau’s in-store sample data called Sample – Superstore.xls

Visualizing KPIs Using Tableau

In this section, you will get an understanding of how you can develop worksheets containing various Key Performance Indicators (KPIs) and later combine them to create a Tableau KPI Dashboard that will provide you with an overall picture at-a-glance. The following steps can be implemented to create a Tableau KPI Dashboard.

Step 1: Creating a Worksheet to Display Profit Information

  • Launch Tableau and log in with your user credentials.
  • Create a new Worksheet and name it Profit-KPI.
  • From Tableau, connect to the inhouse data store and load the file named Sample_Supertore.xls.
  • From the Sample_Superstore data, drag Order to the Workbook page to create Measures.
  • To indicate KPI, you need to create some calculated fields.
  • Create a field called Current_Year_Indicator and apply the following formula: 
YEAR([Order Date])= {FIXED: MAX(YEAR([Order Date]))}
  • Create Duplicate of Current_Year_Indicator and name it Prior_Year_Indicator and apply the following formula:
  • Create a field to calculate the profit for the current year and name it Profit_CY with the following formula: 
IFNULL(If [Current Year Indicator] THEN [Profit] END,0)
  • Create a Duplicate of Profit_CY, rename it as Profit_PY, and apply the following formula: 
IFNULL(If [Prior Year Indicator] THEN [Profit] END,0)
  • Create a field to calculate profit and name it  Profit_Change and apply the following formula: 
(SUM([Profit – CY])-SUM([Profit – PY]))
  •  To get Profit %, create a field called Profit_Change_% and apply the following formula:
(SUM([Profit – CY])-SUM([Profit – PY]))/SUM([Profit – PY])
  • Drag the field Profit_CY to rows and apply all the visual settings you wish to apply, like Font, Color, Borders, Shapes, etc.
Edit Colors
Image Source: https://senturus.com/wp-content/uploads/2019/11/6-1.png
  • Once the formatting is done, your visuals will look like the image below.
Tableau Worksheet
Image Source: https://senturus.com/wp-content/uploads/2019/11/8-1.png

Similarly, build the Worksheets for Sales, Profit-Ratio, Country-wise sales, etc.

Step 2: Building the Tableau KPI Dashboard

Now that you have created several KPIs, it’s time to stitch them together to create an interactive Tableau KPI Dashboard to collate all the information and make it presentable in one place.

The following steps can be implemented to create a Tableau KPI Dashboard:

  • From the Tableau menu, select Create New Dashboard and name it Revenue Dashboard
  • In the Dashboard option, change the size of the Dashboard from Desktop Browser – Free to Automatic. 
  • Now Drag all the Worksheets created in the previous step to the Dashboard viz Sales KPI, Profit KPI, Profit Ratio KPI, Country KPI, etc. in a horizontal layout.
  • Use the functionality called Distribute Content Evenly from the Layout Containers to distribute the various KPIs evenly.
Tableau Distributing Content Equally
Image Source –  https://senturus.com/wp-content/uploads/2019/11/15-1-768×238.png
  • Once all the fields have been added, your Tableau KPI Dashboard will look something like the following image:
Sales Tableau KPI Dashboard
Image Source: https://senturus.com/wp-content/uploads/2019/11/16-2-768×98.png
  • Add more elements and KPIs to make the Tableau KPI Dashboard more informative as per the requirements of the analysis. You can add as many KPIs as you wish to by creating separate worksheets, and then tying them together in a Tableau KPI Dashboard to make it look something like the image below.
Tableau KPI Dashboard
Image Source: https://senturus.com/wp-content/uploads/2019/11/17-1-768×389.png

Conclusion

This article you with an in-depth understanding of how you can create Tableau KPI Dashboards and easily keep track of the performance of your business.

Choosing a Business Intelligence and Data Analysis tool for your business can be a tough decision primarily because almost all departments in a business such as Finance, Marketing, etc. now make use of multiple platforms to run their day-to-day operations and there is no single tool that can integrate with all these sources easily. Hence, businesses can consider using automated Data Integration platforms like Hevo.

Hevo helps you directly transfer data from a source of your choice to a Data Warehouse, Business Intelligence tools such as Tableau, etc., or desired destination in a fully automated and secure manner without having to write the code allowing you to create Tableau KPI Dashboards seamlessly. It will make your life easier and make data migration hassle-free. It is User-Friendly, Reliable, and Secure.

Details on Hevo’s pricing can be found here. Give Hevo a try by signing up for the 14-day free trial today.

Vishal Agrawal
Freelance Technical Content Writer, Hevo Data

Vishal has a passion towards the data realm and applies analytical thinking and a problem-solving approach to untangle the intricacies of data integration and analysis. He delivers in-depth researched content ideal for solving problems pertaining to modern data stack.

Visualize your Data in Tableau in Real-time Easily