What are combo charts in power bi explain with one example

This recipe explains what are combo charts in power bi with one example

Recipe Objective - What are Combo charts in power bi?

A combination chart is a visualization that displays a line chart and bar chart in a single chart, each of which represents a different category.

Task - Make a combo chart(Line and Clustered Column chart) where the line chart is showing a month-wise trend of sales and the bar chart is showing a month-wise trend of profit.

Learn How to use XLNet for Text Classification

Step 1 - Open power bi report

Step 2 - Add 'Line and Clustered Column chart' visual in power bi report.

To add 'Line and Clustered Column chart', go to Visualization pane -> Drag and drop 'Line and Clustered Column chart' visual in power bi report.

Step 3 - Add fields into the 'Line and Clustered Column chart' visual

Put Order Date in Shared axis, and since we want month-wise trend, only keep Month in Order Date hierarchy.

Put Profit in Column values and Sales in Line values.

In this way, we can make and use Combo charts in the power bi report.

What Users are saying..

profile image

Ed Godalle

Director Data Analytics at EY / EY Tech
linkedin profile url

I am the Director of Data Analytics with over 10+ years of IT experience. I have a background in SQL, Python, and Big Data working with Accenture, IBM, and Infosys. I am looking to enhance my skills... Read More

Relevant Projects

NLP and Deep Learning For Fake News Classification in Python
In this project you will use Python to implement various machine learning methods( RNN, LSTM, GRU) for fake news classification.

Stock Price Prediction Project using LSTM and RNN
Learn how to predict stock prices using RNN and LSTM models. Understand deep learning concepts and apply them to real-world financial data for accurate forecasting.

Build Customer Propensity to Purchase Model in Python
In this machine learning project, you will learn to build a machine learning model to estimate customer propensity to purchase.

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.

Build a Text Generator Model using Amazon SageMaker
In this Deep Learning Project, you will train a Text Generator Model on Amazon Reviews Dataset using LSTM Algorithm in PyTorch and deploy it on Amazon SageMaker.

Build a Collaborative Filtering Recommender System in Python
Use the Amazon Reviews/Ratings dataset of 2 Million records to build a recommender system using memory-based collaborative filtering in Python.

Predict Churn for a Telecom company using Logistic Regression
Machine Learning Project in R- Predict the customer churn of telecom sector and find out the key drivers that lead to churn. Learn how the logistic regression model using R can be used to identify the customer churn in telecom dataset.

OpenCV Project for Beginners to Learn Computer Vision Basics
In this OpenCV project, you will learn computer vision basics and the fundamentals of OpenCV library using Python.

Machine Learning project for Retail Price Optimization
In this machine learning pricing project, we implement a retail price optimization algorithm using regression trees. This is one of the first steps to building a dynamic pricing model.

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