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 word cloud


A word cloud is also called a Tag cloud. It is a visual representation for text data and is usually used to depict the frequently searched keywords/tags on websites. It could also be used to visualize free form text. Tags are usually single words, and the importance of each tag is shown with the font size or color. Word clouds are typically used for website analytics and text mining. Let's see how we can build a word cloud.

Getting ready

To create a word cloud, we will continue with the same example that we used in the Treemap and in the Packed Bubble chart. Let's convert the Packed Bubble chart that we created in the previous recipe into a word cloud.

How to do it…

  1. Let us duplicate the Packed Bubble chart sheet and rename the new sheet to Word cloud.

  2. Next, we will change the marks from Circle to Text from the marks dropdown in the marks card. The output will be as shown in the following image:

How it works…

Just like the Packed Bubble chart, the size of the word indicates...