How to make a aster plot in power bi

This recipe helps you make a aster plot in power bi

Recipe Objective - How to make an Aster plot in power bi?

Aster Plot is a twist on a standard Donut chart which is an in-built visual in power bi. There is no built-in Aster plot visualization, so we have to import it.

It allows us to use 2 measures: The first measure controls the depth of each section and the Second measure controls the width of each section.

Task - Make Aster plot which displays Profit(controls the depth) and Sales(controls the width) by Category.

Hands-On Guide to the Art of Tuning Locality Sensitive Hashing in Python

Step 1 - Open power bi report

Step 2 - Import the 'Aster plot' visual in the power bi report.

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

Step 3 - Add the 'Aster plot' visual in the power bi report.

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

Step 4 - Add fields into the 'Aster plot' visual

Put 'Category' in the Category field.

First, put 'Profit' in the Y-Axis field and then put 'Sales' in the same field.

In this way, we can make and use the Aster plot 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

Deep Learning Project for Beginners with Source Code Part 1
Learn to implement deep neural networks in Python .

Image Classification Model using Transfer Learning in PyTorch
In this PyTorch Project, you will build an image classification model in PyTorch using the ResNet pre-trained model.

Build Regression Models in Python for House Price Prediction
In this Machine Learning Regression project, you will build and evaluate various regression models in Python for house price prediction.

Build Time Series Models for Gaussian Processes in Python
Time Series Project - A hands-on approach to Gaussian Processes for Time Series Modelling in Python

AWS MLOps Project to Deploy a Classification Model [Banking]
In this AWS MLOps project, you will learn how to deploy a classification model using Flask on AWS.

BERT Text Classification using DistilBERT and ALBERT Models
This Project Explains how to perform Text Classification using ALBERT and DistilBERT

Deep Learning Project for Time Series Forecasting in Python
Deep Learning for Time Series Forecasting in Python -A Hands-On Approach to Build Deep Learning Models (MLP, CNN, LSTM, and a Hybrid Model CNN-LSTM) on Time Series Data.

Mastering A/B Testing: A Practical Guide for Production
In this A/B Testing for Machine Learning Project, you will gain hands-on experience in conducting A/B tests, analyzing statistical significance, and understanding the challenges of building a solution for A/B testing in a production environment.

A/B Testing Approach for Comparing Performance of ML Models
The objective of this project is to compare the performance of BERT and DistilBERT models for building an efficient Question and Answering system. Using A/B testing approach, we explore the effectiveness and efficiency of both models and determine which one is better suited for Q&A tasks.

Ensemble Machine Learning Project - All State Insurance Claims Severity Prediction
In this ensemble machine learning project, we will predict what kind of claims an insurance company will get. This is implemented in python using ensemble machine learning algorithms.