How to make Hexbin scatter plot in power bi

This recipe helps you make Hexbin scatter plot in power bi

Recipe Objective - How to make a Hexbin Scatterplot in power bi?

Hexbin Scatterplot is a visualization that displays points on top of hexagonal 'bins'. It is similar to a normal Scatter chart but instead of using bubble size, it depends on colour saturation and hex bins to show the distribution of values. There is no built-in Hexbin Scatterplot visualization, so we have to import it.

Task - Make Hexbin Scatterplot which displays Profit and Sales by Sub-Category.

Step 1 - Open power bi report

Step 2 - Import the 'Hexbin Scatterplot' visual in the power bi report.

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

Step 3 - Add the 'Hexbin Scatterplot' visual in the power bi report.

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

Step 4 - Add fields into the 'Hexbin Scatterplot' visual

Put 'Sub-Category' in Details field, 'Profit' in the X-Axis field and 'Sales' in the Y-Axis field

In this way, we can make and use the Hexbin Scatterplot in the power bi report.

What Users are saying..

profile image

Savvy Sahai

Data Science Intern, Capgemini
linkedin profile url

As a student looking to break into the field of data engineering and data science, one can get really confused as to which path to take. Very few ways to do it are Google, YouTube, etc. I was one of... Read More

Relevant Projects

Build a Graph Based Recommendation System in Python-Part 2
In this Graph Based Recommender System Project, you will build a recommender system project for eCommerce platforms and learn to use FAISS for efficient similarity search.

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.

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

Multi-Class Text Classification with Deep Learning using BERT
In this deep learning project, you will implement one of the most popular state of the art Transformer models, BERT for Multi-Class Text Classification

Hands-On Approach to Causal Inference in Machine Learning
In this Machine Learning Project, you will learn to implement various causal inference techniques in Python to determine, how effective the sprinkler is in making the grass wet.

AWS Project to Build and Deploy LSTM Model with Sagemaker
In this AWS Sagemaker Project, you will learn to build a LSTM model on Sagemaker for sales forecasting while analyzing the impact of weather conditions on Sales.

Insurance Pricing Forecast Using XGBoost Regressor
In this project, we are going to talk about insurance forecast by using linear and xgboost regression techniques.

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.

Build a Graph Based Recommendation System in Python -Part 1
Python Recommender Systems Project - Learn to build a graph based recommendation system in eCommerce to recommend products.

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)