How to make Dot plots in power bi

This recipe helps you make Dot plots in power bi

Recipe Objective - How to make Dot plots in power bi?

Dot plots show the distribution of frequencies in a great looking way. There is no built-in Dot plots visualization, so we have to import it.

Task - Make a Dot plot that displays Sub-Category wise Sales.

Access House Price Prediction Project using Machine Learning with Source Code

Step 1 - Open power bi report

Step 2 - Import the 'Dot plots' visual in the power bi report.

To import 'Dot plots', go to Visualization pane -> Click on three dots -> Get more visuals -> Search 'Dot plots' -> Add 'Dot plots'

Step 3 - Add 'Dot plots' visual in the power bi report.

To add 'Dot plots', go to Visualization pane -> Drag and drop 'Dot plots' visual in power bi report.

Step 4 - Add fields into the 'Dot plots' visual

Put 'Sub-Category' in the Category field and 'Sales' in the Values field.

In this way, we can make and use Dot plots in the power bi report.

What Users are saying..

profile image

Gautam Vermani

Data Consultant at Confidential
linkedin profile url

Having worked in the field of Data Science, I wanted to explore how I can implement projects in other domains, So I thought of connecting with ProjectPro. A project that helped me absorb this topic... Read More

Relevant Projects

Machine Learning project for Retail Price Optimization
In this machine learning pricing project, we implement a retail price optimization algorithm using regression trees. This is one of the first steps to building a dynamic pricing model.

Demand prediction of driver availability using multistep time series analysis
In this supervised learning machine learning project, you will predict the availability of a driver in a specific area by using multi step time series analysis.

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.

AWS MLOps Project for ARCH and GARCH Time Series Models
Build and deploy ARCH and GARCH time series forecasting models in Python on AWS .

Predictive Analytics Project for Working Capital Optimization
In this Predictive Analytics Project, you will build a model to accurately forecast the timing of customer and supplier payments for optimizing working capital.

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

Avocado Machine Learning Project Python for Price Prediction
In this ML Project, you will use the Avocado dataset to build a machine learning model to predict the average price of avocado which is continuous in nature based on region and varieties of avocado.

MLOps using Azure Devops to Deploy a Classification Model
In this MLOps Azure project, you will learn how to deploy a classification machine learning model to predict the customer's license status on Azure through scalable CI/CD ML pipelines.

Natural language processing Chatbot application using NLTK for text classification
In this NLP AI application, we build the core conversational engine for a chatbot. We use the popular NLTK text classification library to achieve this.

Build a Speech-Text Transcriptor with Nvidia Quartznet Model
In this Deep Learning Project, you will leverage transfer learning from Nvidia QuartzNet pre-trained models to develop a speech-to-text transcriptor.