What is Word Cloud How to make a word cloud in Tableau

This recipe explains what is Word Cloud This recipe helps you make a word cloud in Tableau

Recipe Objective - What is Word Cloud? How to make a word cloud in Tableau?

A Word cloud is a representation of words visually together resembling a cloud shape. The size of the word displays the frequency of its appearance in the data. Word Cloud provides a quick analysis of the text giving in-depth insights.

Steps to create Word Cloud.

Step 1 > Connect the "world_cup_results.xlsx" data set.

Step 2 > Drag the "Team" dimension and drop it onto the Text on Marks card.

Step 3 > Drag the "Team" dimension and drop it onto Size on Marks card.

Step 4 > Right-click on the dimension on Size and Select Count option under Measure.

Step 5 > Change Mark type to Text from Automatic.

Step 6 > Drag the "Team" dimension and drop it at the color field.

Our Word Cloud is Ready!

What Users are saying..

profile image

Anand Kumpatla

Sr Data Scientist @ Doubleslash Software Solutions Pvt Ltd
linkedin profile url

ProjectPro is a unique platform and helps many people in the industry to solve real-life problems with a step-by-step walkthrough of projects. A platform with some fantastic resources to gain... Read More

Relevant Projects

Build Regression (Linear,Ridge,Lasso) Models in NumPy Python
In this machine learning regression project, you will learn to build NumPy Regression Models (Linear Regression, Ridge Regression, Lasso Regression) from Scratch.

Time Series Classification Project for Elevator Failure Prediction
In this Time Series Project, you will predict the failure of elevators using IoT sensor data as a time series classification machine learning problem.

Build Customer Propensity to Purchase Model in Python
In this machine learning project, you will learn to build a machine learning model to estimate customer propensity to purchase.

PyCaret Project to Build and Deploy an ML App using Streamlit
In this PyCaret Project, you will build a customer segmentation model with PyCaret and deploy the machine learning application using Streamlit.

Build a Multi Touch Attribution Machine Learning Model in Python
Identifying the ROI on marketing campaigns is an essential KPI for any business. In this ML project, you will learn to build a Multi Touch Attribution Model in Python to identify the ROI of various marketing efforts and their impact on conversions or sales..

Build ARCH and GARCH Models in Time Series using Python
In this Project we will build an ARCH and a GARCH model using Python

Build an Image Classifier for Plant Species Identification
In this machine learning project, we will use binary leaf images and extracted features, including shape, margin, and texture to accurately identify plant species using different benchmark classification techniques.

Learn How to Build PyTorch Neural Networks from Scratch
In this deep learning project, you will learn how to build PyTorch neural networks from scratch.

Build a Graph Based Recommendation System in Python-Part 2
In this Graph Based Recommender System Project, you will build a recommender system project for eCommerce platforms and learn to use FAISS for efficient similarity search.

Medical Image Segmentation Deep Learning Project
In this deep learning project, you will learn to implement Unet++ models for medical image segmentation to detect and classify colorectal polyps.