How to make a pie chart in Power bi

This recipe helps you make a pie chart in Power bi

Recipe Objective - How to make a pie chart in Power bi.

Step 1 - Definition of Pie chart

Pie chart is nothing but a circular graph or we can say a circular statistical graph which is divided into various slices depending upon the numerical data.

Step 2 - Dataset Explaination

The dataset that we are going to use is "Hollywood Most Profitable Stories" data. There are various columns present in the dataset lets understand them. Film - This column is the Film name or story name column. Genre - This column tells us the type of the film or story Lead studio - From which studio the film or story is coming from Audience Score - Number of Audience have watched the particular film or movie in case of percentage. Profitability - How much profit have been gained from a particular movie or film Rotten tomatoes - It is the rating or overall rating for the movie Worldwide gross - It will also show the world wide ratings Year - In which year the has been released.

Access Movie Review Sentiment Analysis Project with Source Code

Step 3 - What output we are expecting

So we want to see profitability vs genre

Step 4 - Drag and Drop the columns

Drag and drop the genre column onto the task window and do the same thing with profitability column.

Step 5 - Make the Pie chart

So Select "Pie chart" from visualization pane which will convert your default graph into pie chart or graph. So yes our pie chart is ready.

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

Recommender System Machine Learning Project for Beginners-1
Recommender System Machine Learning Project for Beginners - Learn how to design, implement and train a rule-based recommender system in Python

Time Series Forecasting Project-Building ARIMA Model in Python
Build a time series ARIMA model in Python to forecast the use of arrival rate density to support staffing decisions at call centres.

AWS MLOps Project for Gaussian Process Time Series Modeling
MLOps Project to Build and Deploy a Gaussian Process Time Series Model in Python on AWS

Machine Learning Project to Forecast Rossmann Store Sales
In this machine learning project you will work on creating a robust prediction model of Rossmann's daily sales using store, promotion, and competitor data.

Build a CNN Model with PyTorch for Image Classification
In this deep learning project, you will learn how to build an Image Classification Model using PyTorch CNN

Classification Projects on Machine Learning for Beginners - 1
Classification ML Project for Beginners - A Hands-On Approach to Implementing Different Types of Classification Algorithms in Machine Learning for Predictive Modelling

Build a Multi ClassText Classification Model using Naive Bayes
Implement the Naive Bayes Algorithm to build a multi class text classification model in Python.

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.

GCP MLOps Project to Deploy ARIMA Model using uWSGI Flask
Build an end-to-end MLOps Pipeline to deploy a Time Series ARIMA Model on GCP using uWSGI and Flask

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.