What are Motion charts How to create a Motion chart in Tableau

This recipe explains what are Motion charts This recipe helps you create a Motion chart in Tableau

Recipe Objective - What are motion charts? How to create a Motion chart in Tableau?

Motion Chart shows changes in data point by showing the movement of data according to the timeline. To create a motion chart in tableau, we need one Time Dimension and one Measure.

Explore the BERT Variants - ALBERT vs DistilBERT

Step to create the motion chart:

Step 1:

Connect the "Sample-Superstore" data set.

Step 2:

Drag the "Order Date" dimension and drop it onto the "Columns" shelf. Then set the field value to "Day."

Step 3:

Drag the "Sales" measure and drop it onto the "Rows" shelf.

Step 4:

Drag the "Order Date" dimension and drop it onto the "Pages" section. Then set the field value to "Day."

Step 5:

Go to the "Pages" card on the right side and operate the play-pause button.

Step 6:

Go to the "Marks" card. Click on the drop-down and select "Circle."

Step 7:

Go to the "Pages" card and select the "Show History" box.

Step 8:

Click on the drop-down of the "Pages" card and select the "Both" option.

Step 9:

Click on the Play Button.

Our Motion Graph is Ready!.

What Users are saying..

profile image

Jingwei Li

Graduate Research assistance at Stony Brook University
linkedin profile url

ProjectPro is an awesome platform that helps me learn much hands-on industrial experience with a step-by-step walkthrough of projects. There are two primary paths to learn: Data Science and Big Data.... Read More

Relevant Projects

Learn to Build a Polynomial Regression Model from Scratch
In this Machine Learning Regression project, you will learn to build a polynomial regression model to predict points scored by the sports team.

Build PowerBI Dashboard for Water Quality Sensor Data Analysis
In this PowerBI Project, you will learn to build a PowerBI Dashboard to analyze and visualize water quality sensor data from various European countries.

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.

NLP Project for Beginners on Text Processing and Classification
This Project Explains the Basic Text Preprocessing and How to Build a 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.

Loan Eligibility Prediction using Gradient Boosting Classifier
This data science in python project predicts if a loan should be given to an applicant or not. We predict if the customer is eligible for loan based on several factors like credit score and past history.

OpenCV Project for Beginners to Learn Computer Vision Basics
In this OpenCV project, you will learn computer vision basics and the fundamentals of OpenCV library using Python.

Expedia Hotel Recommendations Data Science Project
In this data science project, you will contextualize customer data and predict the likelihood a customer will stay at 100 different hotel groups.

Locality Sensitive Hashing Python Code for Look-Alike Modelling
In this deep learning project, you will find similar images (lookalikes) using deep learning and locality sensitive hashing to find customers who are most likely to click on an ad.

GCP MLOps Project to Deploy ARIMA Model using uWSGI Flask
Build an end-to-end MLOps Pipeline to deploy a Time Series ARIMA Model on GCP using uWSGI and Flask