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 Connect to SQL Server article 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.

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.

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

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.

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.

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

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

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.

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.

FAQ’s
Within the blank page, drag and drop the Measure (Sales) column from the fields section to X-axis under Visualization. Next, add any dimension (Country, segment, or category) to Y-axis. Or Select clustered or stacked bar chart and add x and y-axis fields generated for you.
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.
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.
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.
Horizontal Bar Chart
Clustered Bar Chart
Stacked Bar Chart
100% Stacked Bar Chart
Clustered Bar Chart
Stacked Bar Chart
100% Stacked Bar Chart
Dimension on the Y-axis and the Numeric Measure on the X-axis.