How does quick sort work in tableau

This recipe explains how does quick sort work in tableau

Recipe Objective:- How does quick sort work in tableau

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 in the rows shelf, Similarly drag the sales (Sum of sales) from the measures and drop it in the columns shelf. A Bar chart will be, by default, seen in the most suitable canvas.

Explore the Real-World Applications of Recommender Systems

Step 4:-

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

Step 5:-

Now go to the Bar chart view in the canvas; you can find a sort symbol at the top of the chart for quick sorting.

Step 6:-

By clicking on the nested sort option at the top, we can sort data of sub-category and sales (sum of sales) in ascending and descending order; that is, from lower to higher-value data and vice-versa quickly.

Step 7:-

Similarly, at the top of the sub-category, alphabet sorting is available. By clicking on the alphabetic option, we can sort it alphabetically, A-Z or Z-A quickly.

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

Build a Customer Churn Prediction Model using Decision Trees
Develop a customer churn prediction model using decision tree machine learning algorithms and data science on streaming service data.

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.

BigMart Sales Prediction ML Project in Python
The goal of the BigMart Sales Prediction ML project is to build and evaluate different predictive models and determine the sales of each product at a store.

Linear Regression Model Project in Python for Beginners Part 1
Machine Learning Linear Regression Project in Python to build a simple linear regression model and master the fundamentals of regression for beginners.

Deploy Transformer-BART Model on Paperspace Cloud
In this MLOps Project you will learn how to deploy a Tranaformer BART Model for Abstractive Text Summarization on Paperspace Private Cloud

Deploy Transformer BART Model for Text summarization on GCP
Learn to Deploy a Machine Learning Model for the Abstractive Text Summarization on Google Cloud Platform (GCP)

Build a Text Classification Model with Attention Mechanism NLP
In this NLP Project, you will learn to build a multi class text classification model with attention mechanism.

PyTorch Project to Build a GAN Model on MNIST Dataset
In this deep learning project, you will learn how to build a GAN Model on MNIST Dataset for generating new images of handwritten digits.

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

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.