How to Make a Combo Chart in Power BI

Cody Schneider9 min read

A combo chart in Power BI lets you show two different types of data on a single visual, which is perfect for comparing values that use entirely different scales. Think of it as a two-for-one deal that packs more insight into less dashboard space. This article will walk you through what a combo chart is, why it's so useful, and provide a step-by-step guide to building and customizing your own.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

What Exactly is a Combo Chart?

A combo chart is a single visualization that combines the features of two other charts: typically a column chart and a line chart. This is especially useful when you need to analyze two metrics that have vastly different magnitudes. For example, comparing sales revenue (measured in millions of dollars) with profit margin (measured as a percentage).

Here’s how it works:

  • The column chart is used to show one type of data, like total sales volume per month. These columns' values correspond to the primary Y-axis on the left side of the chart.
  • The line chart overlays the columns and is used to show a second type of data, such as unit count or profit margin. The line's values correspond to a secondary Y-axis on the right side.

By using a dual-axis approach, a combo chart allows both metrics to be displayed clearly and in their own context, all within the same visual. This makes it incredibly easy to spot trends, correlations, and outliers between the two datasets.

Why Should You Use a Combo Chart?

Combo charts aren't just for saving space, they unlock several analytical benefits that would be difficult to achieve with separate charts.

1. Compare Metrics with Different Scales

This is the most common and powerful use case. Imagine you're tracking website traffic and conversion rate. Website traffic might be in the tens of thousands of sessions, while your conversion rate is a small percentage like 2.5%. Plotting these on a single-axis chart would render the conversion rate line completely flat and unreadable. A combo chart gives each metric its own axis, allowing you to see the true trends and relationships between them.

Example: Plot Monthly Revenue (in hundreds of thousands) as columns and Customer Satisfaction Score (a rating from 1 to 5) as a line.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

2. Identify Relationships and Correlations

Do your marketing expenses have a direct impact on sales? When you increase your ad spend, does revenue follow suit? A combo chart makes it simple to visually correlate a cause-and-effect relationship. You can plot marketing spend as a line and see if the sales columns rise or fall in response over the same period.

Example: Show Ad Spend (line) and New Customer Signups (columns) by week to see if marketing campaigns are driving acquisitions.

3. Show Targets vs. Actuals

Another popular use case is to compare actual performance against a set goal or target. You can represent your actual sales figures as columns and overlay your sales target for each month as a line. This provides an instant visual check on whether you are on track, exceeding expectations, or falling behind schedule at a single glance.

Example: Display Monthly Closed Deals (columns) against your Sales Quota (line).

4. Save Valuable Dashboard Real Estate

Business intelligence dashboards can get cluttered very quickly. By combining two charts into one, you declutter your report and make it easier for your audience to digest the information. This streamlined view keeps the focus on the most important insights without overwhelming the user with too many separate visuals.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Types of Combo Charts in Power BI

Power BI offers two types of combo charts right out of the box in the Visualizations pane:

  1. Line and stacked column chart: This chart type combines a line chart with a stacked column chart. The columns are segmented to show the contribution of different categories to a total value. This is perfect when you want to see both a total trend and its composition. For instance, you could show total sales by month (the stacked columns broken down by product category) and display the overall profit margin as a line.
  2. Line and clustered column chart: This chart type combines a line chart with a clustered column chart. The columns are placed side-by-side to directly compare values across different categories. Useful for comparing the individual performance of several items. For example, comparing the monthly sales of three different products while showing the overall market share trend as a line.

How to Create a Combo Chart in Power BI: A Step-by-Step Guide

Now, let's get into the practical steps of building your own combo chart. We'll use a common scenario: analyzing sales revenue and units sold over time.

Let's assume you have a dataset with the following fields: OrderDate, ProductCategory, Revenue, and UnitsSold.

Step 1: Get & Load Your Data into Power BI

Before you build, you need data. If you don't already have your data loaded, go to the Home tab, click Get Data, and select your source (like an Excel workbook or SQL server). Navigate to your file and load it into your Power BI report.

Step 2: Select the Combo Chart Visualization

On your report canvas, go to the Visualizations pane on the right. Select the icon for the Line and stacked column chart. A blank chart template will appear on your canvas.

Step 3: Add Your Fields to the Well

With the blank chart selected, you’ll see several fields (or “wells”) in the Visualizations pane where you can drag and drop your data. This is where you tell Power BI what to plot.

Here’s how to map our example data:

  • Shared axis: This is your x-axis. It’s the dimension both your column and line charts will share, which is typically a time period.

Drag OrderDate into this field. Power BI will often automatically create a date hierarchy (Year, Quarter, Month, Day). You can stick with this or change it.

  • Column values: This is the metric that will be displayed as columns.

Drag Revenue into this field.

  • Line values: This is the metric that will be displayed as a line.

Drag UnitsSold into this field.

  • Column legend: This field is optional. If you use it, it will create stacks in your column chart for each category in that field.

Drag ProductCategory into this field to see how your revenue is split among different categories.

After dragging these fields, you now have a functional combo chart showing monthly revenue broken down by product category, with a line representing the total units sold overlaid.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Customizing and Formatting Your Combo Chart

A default chart gets the job done, but a well-formatted chart tells a clearer story. You can customize nearly every aspect of your combo chart by selecting it and clicking the Format your visual icon (it looks like a paintbrush) in the Visualizations pane.

Common Formatting Tweaks

  • Titles: Go to General > Title. Titles are crucial for context. Rename your chart title from "Sum of Revenue and Sum of Units Sold..." to something more descriptive, like "Monthly Revenue vs. Units Sold."
  • Data Colors: Under the Visual tab, go to the Columns and Lines section to customize the colors. Use contrasting colors to make the columns and line easily distinguishable. You might also align colors with your company's branding.
  • Axes and Data Labels:
  • Line and Markers: In the Lines section, you can change the line style from a solid line to dashed or dotted. In the Markers section, try enabling markers on your line to make each data point more distinct and easier to track visually.

Common Mistakes to Avoid

Combo charts are amazing, but they can be misleading if not used correctly. Watch out for these common missteps:

  1. Not Labeling the Secondary Y-Axis: This is the most critical mistake. Without a clear title, your audience has no idea what the line chart represents. Always give your secondary axis a distinct and descriptive name.
  2. Creating a “Spaghetti” Chart: Adding too many categories into the Column legend can break down your stacked columns into slivers that are too small to read and create a messy visual. Similarly, adding too many lines is almost always a bad idea, as they quickly become tangled and unreadable. Keep your visual clean and focused using three to five categories maximum.
  3. Plotting Unrelated Metrics: Just because you can compare two things doesn't always mean you should. There must be a logical relationship between the column and line metrics. Comparing sales revenue with the number of IT support calls over time, for example, probably won't reveal any meaningful insight.
  4. Ignoring the Zero-Baseline Rule: Column charts should always start their Y-axis at zero. If you alter the baseline, the visual representation of the column becomes distorted. While line charts can afford more flexibility, tampering with the baseline for column charts is a data visualization faux pas.

Final Thoughts

The combo chart in Power BI is a powerful storytelling tool. It combines two visuals into one compact and insightful chart, allowing you to quickly compare different measures, spot trends, and uncover hidden relationships in your data. Now that you have a grasp of the fundamentals, try building one with your own data and see what new stories you can tell.

While mastering visuals in Power BI is a rewarding skill, we know it can also be a time-consuming process of dragging, dropping, and configuring. That's why we at Graphed built an AI data analyst to handle all of the heavy lifting for you. You connect your data sources and just ask for what you want in plain English, and our AI instantly turns your natural language prompts into live, interactive dashboards. This allows you to skip straight to meaningful insights and find answers much faster, with fewer headaches.

Related Articles

How to Enable Data Analysis in Excel

Enable Excel's hidden data analysis tools with our step-by-step guide. Uncover trends, make forecasts, and turn raw numbers into actionable insights today!