How to make a sunburst chart in power bi

This recipe helps you make a sunburst chart in power bi

Recipe Objective - How to make a Sunburst chart in power bi?

The sunburst chart is similar to the standard donut chart but it allows you to display multiple levels at once. There is no built-in Sunburst chart visualization, so we have to import it.

Task - Make a Sunburst chart that displays the Profit of each Category and Sub-Category.

Step 1 - Open power bi report

Step 2 - Import the 'Sunburst chart' visual in the power bi report.

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

Step 3 - Add the 'Sunburst chart' visual in the power bi report.

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

Step 4 - Add fields into the 'Sunburst chart' visual

Put 'Profit' in the Values field.

First, put 'Category' in the Groups field and then put 'Sub-Category' in the same field.

In this way, we can make and use the Sunburst chart in the power bi report.

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

Build a Hybrid Recommender System in Python using LightFM
In this Recommender System project, you will build a hybrid recommender system in Python using LightFM .

Build a Multi-Class Classification Model in Python on Saturn Cloud
In this machine learning classification project, you will build a multi-class classification model in Python on Saturn Cloud to predict the license status of a business.

Learn to Build an End-to-End Machine Learning Pipeline - Part 1
In this Machine Learning Project, you will learn how to build an end-to-end machine learning pipeline for predicting truck delays, addressing a major challenge in the logistics industry.

Hands-On Approach to Master PyTorch Tensors with Examples
In this deep learning project, you will learn how to perform various operations on the building block of PyTorch : Tensors.

Deploying Machine Learning Models with Flask for Beginners
In this MLOps on GCP project you will learn to deploy a sales forecasting ML Model using Flask.

Build Portfolio Optimization Machine Learning Models in R
Machine Learning Project for Financial Risk Modelling and Portfolio Optimization with R- Build a machine learning model in R to develop a strategy for building a portfolio for maximized returns.

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.

Loan Default Prediction Project using Explainable AI ML Models
Loan Default Prediction Project that employs sophisticated machine learning models, such as XGBoost and Random Forest and delves deep into the realm of Explainable AI, ensuring every prediction is transparent and understandable.

Learn How to Build a Logistic Regression Model in PyTorch
In this Machine Learning Project, you will learn how to build a simple logistic regression model in PyTorch for customer churn prediction.

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.