Book Image

Tableau Cookbook - Recipes for Data Visualization

By : Shweta Sankhe-Savale
Book Image

Tableau Cookbook - Recipes for Data Visualization

By: Shweta Sankhe-Savale

Overview of this book

Data is everywhere and everything is data! Visualization of data allows us to bring out the underlying trends and patterns inherent in the data and gain insights that enable faster and smarter decision making. Tableau is one of the fastest growing and industry leading Business Intelligence platforms that empowers business users to easily visualize their data and discover insights at the speed of thought. Tableau is a self-service BI platform designed to make data visualization and analysis as intuitive as possible. Creating visualizations with simple drag-and-drop, you can be up and running on Tableau in no time. Starting from the fundamentals such as getting familiarized with Tableau Desktop, connecting to common data sources and building standard charts; you will walk through the nitty gritty of Tableau such as creating dynamic analytics with parameters, blended data sources, and advanced calculations. You will also learn to group members into higher levels, sort the data in a specific order & filter out the unnecessary information. You will then create calculations in Tableau & understand the flexibility & power they have and go on to building story-boards and share your insights with others. Whether you are just getting started or whether you need a quick reference on a “how-to” question, This book is the perfect companion for you
Table of Contents (18 chapters)
Tableau Cookbook – Recipes for Data Visualization
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Index

Creating a Gantt chart


A Gantt chart is a type of Bar chart which is commonly used in project management, and is one of the most popular and useful ways of showing activities such as tasks or events displayed against time. It was developed by Henry Gantt in the 1910s for tracking project schedules.

Gantt charts show the start and finish dates of various tasks/elements in a project. These elements comprise the work breakdown structure of the project. A Gantt chart can also be used for showing things in use over time, for example, the duration of a machine's use, or how long it took for people to hit a milestone and how that was distributed over time.

Getting ready

In the following recipe, we will create a Gantt chart by connecting to the Data for Box plot & Gantt chart Excel file we downloaded earlier. This Excel workbook has a sheet named Gantt Chart data, which contains sample data of various phases in a project-management process.

This is a small dataset, which has a Start date for each...