What is the usage of the Size field in Tableau

This recipe explains what is the usage of the Size field in Tableau

Recipe Objective - What is the usage of the Size field in Tableau?

Size field in tableau helps to increase or decrease the size of bars in a bar graph, line in a line graph, shapes used in various graphs, etc. The size field is the most important data visualization element as the appropriate size of shapes used graph will be clearly visible to the audience.

Getting Started with Image Segmentation using Mask R-CNN

Steps to use Size field.

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

Step 2 > Drag the "Country" dimension and drop it onto the column shelf.

Step 3 > Drag the "Matches Played" measure and drop it onto the row shelf.

Step 4 > The bars are replaced with diamond shapes using the Marks feature.

Step 5 > Drag the "Country" dimension and drop it onto the column shelf.

Step 6 > Drag the "Matches Played" measure and drop it onto the row shelf.

Step 7 > The bars are replaced with diamond shapes using the Marks feature.

Step 8 > The Country dimension and Matches Played measure is considered for column and row, respectively.

Step 9 > Drag the "Goals Scored" measure and drop it onto size under the Marks card.

Our visualization using Size is Ready!

What Users are saying..

profile image

Ameeruddin Mohammed

ETL (Abintio) developer at IBM
linkedin profile url

I come from a background in Marketing and Analytics and when I developed an interest in Machine Learning algorithms, I did multiple in-class courses from reputed institutions though I got good... Read More

Relevant Projects

Build a Logistic Regression Model in Python from Scratch
Regression project to implement logistic regression in python from scratch on streaming app data.

End-to-End ML Model Monitoring using Airflow and Docker
In this MLOps Project, you will learn to build an end to end pipeline to monitor any changes in the predictive power of model or degradation of data.

Build a Face Recognition System in Python using FaceNet
In this deep learning project, you will build your own face recognition system in Python using OpenCV and FaceNet by extracting features from an image of a person's face.

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.

End-to-End Snowflake Healthcare Analytics Project on AWS-1
In this Snowflake Healthcare Analytics Project, you will leverage Snowflake on AWS to predict patient length of stay (LOS) in hospitals. The prediction of LOS can help in efficient resource allocation, lower the risk of staff/visitor infections, and improve overall hospital functioning.

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.

Build a Text Generator Model using Amazon SageMaker
In this Deep Learning Project, you will train a Text Generator Model on Amazon Reviews Dataset using LSTM Algorithm in PyTorch and deploy it on Amazon SageMaker.

Learn Hyperparameter Tuning for Neural Networks with PyTorch
In this Deep Learning Project, you will learn how to optimally tune the hyperparameters (learning rate, epochs, dropout, early stopping) of a neural network model in PyTorch to improve model performance.

Build a Multi ClassText Classification Model using Naive Bayes
Implement the Naive Bayes Algorithm to build a multi class text classification model in Python.

FEAST Feature Store Example for Scaling Machine Learning
FEAST Feature Store Example- Learn to use FEAST Feature Store to manage, store, and discover features for customer churn prediction machine learning project.