Pie Chart in Power BI

Power BI Pie Charts are very useful for visualizing High-level data. For example, Sales by Continent or region, Orders by Country, Customers by region, Sales by Main product Group, etc.

Let us see how to Create a Pie Chart in Power BI with an example. For this pie chart example, we will use the SQL Data Source we created in our previous article.

Create a Pie Chart in Power BI

When you click on the Pie Chart under the Visualization section, it automatically creates a Pie Chart, as shown in the below screenshot.

Pie Legend, Details, Values, and Tooltip 1

To add data to the Power BI Pie Chart, we have to add the required fields:

  • Legend: Drag the column that you want to display as the legend.
  • Details: Please specify the Column name on which you want to partition your Pie Chart. Values are split based on this field.
  • Values: Any Numeric value, such as sales amount, Total Sales, Customer count, etc.
Pie Data 2

In this example, we create a Power BI Pie chart for Sales Amounts by country Names. So, Drag the Sales Amount column to the Values field. Please refer to the Connect to SQL Server and the List of Charts article to understand the Power BI Data Source.

Pie 3

Next, checkmark the English Country Region Name, or Drag and drop it to Legend region to automatically create a Pie Chart for you.

Pie Chart in Power BI 4

Hover over any slice to show you the Tool-tip of Country Name and Its Sales Amount.

Pie Chart in Power BI 5

Second Approach to Create a Pie Chart

Drag and Drop the Sales Amount from the Fields section to Canvas automatically create a Bar Chart, as shown in the screenshot below.

Add Sales to Values 6

By clicking the Pie Chart in the Visualization, convert the Bar Chart to the Pie Chart.

Pie Chart in Power BI 7

Add the Country Name to the legend. Remember, we haven’t added anything to the Details section. So, it considers the English Country Region Name (legend) as the Details.

If I add State Provide Name to the Details (explicitly), then the Pie Chart displays the Sales by State province Name, and the legend displays the Country Name.

Pie Chart in Power BI 8

Let me do some quick formatting of this pie chart.

NOTE: I suggest you refer to the Format Pie Chart article to understand the steps involved in formatting legend, Data Color, Background Color, Title, and Slice colors.

Pie Chart in Power BI 9

FAQ’s

Why do we use Pie Charts in Power BI?

Pie Charts are mainly helpful in displaying high-level information, such as Sales Vs. Category, Sales vs Region, Sales vs Segment. You can identify which pie is performing better and the contribution percentage by seeing it.

How do I add a Filter to a Pie Chart in Power BI?

Expand the Filters section, add the fields to the Filters on the Visual section, and choose a basic or advanced option.

How do you Sort Data in a Pie Chart in Power BI?

Click on the … dots, choose the sort by Measure or dimension, and select either Ascending or Descending.

How do you rotate a Pie Chart?

Go to the Format chart tab, and under the Shape section, change the Start angle to rotate the chart.

How do you edit a Pie Chart in Power BI?

Under the Visualization section, change/replace the Legend field or the Values field.

Why is a Pie Chart not recommended?

Pies don’t work to display more than 5 or 6 categories—anything above overwhelming the humans to understand the data.