Power BI Bar Chart

Power BI Bar Chart or Horizontal Bar Chart is useful for data comparison. For example, you can compare Sales by Color, Region, Product Group, etc. Let me show you how to create a Bar Chart with an example.

For this Power BI Bar Chart demonstration, we use the SQL Data Source we created in our previous article. So, Please refer to the Connect to SQL Server and the List of Charts articles to understand the Power BI Data Source.

How to Create a Bar Chart in Power BI

To create a Bar Chart, first Drag and Drop the Sales Amount from the Fields section to the Canvas region. Then, it automatically creates a Column Chart.

Column Chart 1

Next, let me add the State Province Name to the Axis section to create a column chart that shows the Sales Amount by State Province.

Add Fields to Axis and values 2

By clicking the Bar Chart under the Visualization section, Power BI will convert the Column Chart into a Bar Chart.

Power BI Bar Chart 3

Create a Bar Chart Approach 2

First, click on the Clustered Bar Chart under the Visualization section. It automatically creates a Bar Chart with dummy data.

Required Fields 4

In order to add data to the Power BI Bar Chart, we have to add the required fields:

  • Axis: Please specify the Column that represents the Horizontal Bars.
  • Values: Any Numeric value such as sales amount, Total Sales, etc.

Let me drag the Sales Amount from the Fields section to the Values field.

Add Measure to Values 5

Next, add the State Province Name from the DimGeography table to the Axis section. You can do this by dragging State Province to the Axis section or simply checkmark the State Province column.

Power BI Bar Chart 6

Now you can see a Bar Chart that represents Sales by State Province. Hover over any bar that shows the Tool-tip of State Province Name and its Sales Amount.

Hovering over to see the Tooltip 7

Power BI Bar chart has one more property called Color Saturation. It adds colors to individual bars based on the Color Saturation Field value. So, for example, let me add Order Quantity to saturate the Color from Light to dark.

From the screenshot below, you can see that the Colors of the Bars have changed based on their order quantity.

Power BI Bar Chart 8

Let me do some quick formatting to this Power BI Bar Chart

NOTE: I suggest you refer to the Format Bar Chart article to understand the steps involved in formatting the Bar Chart Title, Bar Colors, Data Color, Background Color, Axis fonts, and colors.

Power BI Bar Chart 9

FAQ’s

How do I make a bar chart in Power BI?

Drag and drop the Measure (Sales) column within the blank page from the fields section to the X-axis under Visualization. Next, add any dimension (Country, segment, or category) to the Y-axis. Or Select a clustered or stacked bar chart and add x and y-axis fields generated for you.

What is the difference between a column chart and a bar chart in Power BI?

A column and bar chart are very similar. The column chart has vertical rectangles where the x-axis contains the categories, and the y-axis is the measure value. The bar chart has horizontal bars where the x-axis is the measure value, and the y-axis contains the categories (dimensions) you are comparing.

What is the use of a bar chart in Power BI?

A Bar chart uses horizontal rectangle bars to present the categorical data visually. For instance, the last five year’s sales, sales by region, segment, etc.

How do you show a value in a bar chart in Power BI?

Under the Visualization section, Go to Format your Visual Tab and toggle Data labels ON. Furthermore, you can format the font, color, background, and display units as thousands, millions, etc.

What are the different types of bar charts?

Horizontal Bar Chart
Clustered Bar Chart
Stacked Bar Chart
100% Stacked Bar Chart

What are the 3 types of a bar?

Clustered Bar Chart
Stacked Bar Chart
100% Stacked Bar Chart

What type of data is best for a bar chart?

Dimension on the Y-axis and the Numeric Measure on the X-axis.