What are the different types of sorting in tableau Explain

This recipe explains what are the different types of sorting in tableau This recipe explains them

Recipe Objective:- What are the different types of sorting in tableau? Explain.

Step 1:-

Import the dataset named "Global superstore" excel file in the data source.

Step 2:-

Drag and drop the orders sheet in the schema pane.

Step 3:-

Go to sheet1, where dimensions and measures are shown. Drag the sub-category from the dimensions and drop it on the rows shelf. Similarly, drag the sales (Sum of sales) from the measures and drop it on the columns shelf. A Bar chart will be, by default, seen in the most suitable canvas.

FastText and Word2Vec Word Embeddings Python Implementation

Step 4:-

Now click on the drop-down provided in Sub-category in the row shelf; click on sort where the options such as sort by order, i.e., ascending and descending, sort by data source, by alphabetic, by field, and manual sort are available.

Step 5:-

By using the ascending and descending order, the data can be sorted from lower to higher value and vice-versa. Similarly, by data source and by field, we can do it in ascending and descending.

Step 6:-

By clicking on the alphabetic option, we can do it alphabetically, i.e., A-Z or Z-A.

Step 7:-

By clicking on Manual, we can move a sub-category option upward or downward wherever we want.

Step 8:-

To make it more interactive, the category dimension is dragged and dropped on color under the marks card for better visualization.

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

Azure Text Analytics for Medical Search Engine Deployment
Microsoft Azure Project - Use Azure text analytics cognitive service to deploy a machine learning model into Azure Databricks

Credit Card Fraud Detection as a Classification Problem
In this data science project, we will predict the credit card fraud in the transactional dataset using some of the predictive models.

PyTorch Project to Build a LSTM Text Classification Model
In this PyTorch Project you will learn how to build an LSTM Text Classification model for Classifying the Reviews of an App .

Forecasting Business KPI's with Tensorflow and Python
In this machine learning project, you will use the video clip of an IPL match played between CSK and RCB to forecast key performance indicators like the number of appearances of a brand logo, the frames, and the shortest and longest area percentage in the video.

Recommender System Machine Learning Project for Beginners-4
Collaborative Filtering Recommender System Project - Comparison of different model based and memory based methods to build recommendation system using collaborative filtering.

Tensorflow Transfer Learning Model for Image Classification
Image Classification Project - Build an Image Classification Model on a Dataset of T-Shirt Images for Binary Classification

AWS MLOps Project to Deploy Multiple Linear Regression Model
Build and Deploy a Multiple Linear Regression Model in Python on AWS

Model Deployment on GCP using Streamlit for Resume Parsing
Perform model deployment on GCP for resume parsing model using Streamlit App.

AWS MLOps Project for Gaussian Process Time Series Modeling
MLOps Project to Build and Deploy a Gaussian Process Time Series Model in Python on AWS

Create Your First Chatbot with RASA NLU Model and Python
Learn the basic aspects of chatbot development and open source conversational AI RASA to create a simple AI powered chatbot on your own.