Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

combine two column charts

Hi,

 

I created these charts in PowerBi and I wanna combine them to one chart. For each month I would like to have 2 bars ( 1 with incoming instruments and 1 with completed instruments) Any idea how I could do that? Thank you. 

 

anastasia23_0-1682951499746.png

 

4 REPLIES 4
saurabhkudale96
Frequent Visitor

Try creating 2 different measures. 
1. incoming = calculate(count(Instruments), Status = "Incoming")

2. completed = calculate(count(Instruments), Status = "Completed")

 

Also, create a month name column out of the date field you are using.
--> 
MonthName = FORMAT(Date_Table[Date_column],"MMMM")

 

Now use the Clustered Column Chart Visual from the Visualizations pane. Keep the 2 measures in the Y-Axis and MonthName in the X-Axis. You will then get an output according to your requirement.

Anonymous
Not applicable

Thank you again for the help!

 

In my data I don't have different statuses, all the cases that I have are finished so I cannot count on the status.

I count the number of cases that arrived based on the case ID and the arrived date. I do the same for the cases that have been completed, I count on the case ID and the completed date. That's how I created the two different graphs, but I cannot create a combination of them. Thank you. 

saurabhkudale96
Frequent Visitor

Hello @Anonymous ,

Please use a Clustered Column Chart Visual from the Visualizations pane. You can enter 2 fields in the Y-axis to have 2 bars near to each other.

saurabhkudale96_0-1682952403100.png

 

Please upvote if this suffice your requirement.

Anonymous
Not applicable

Thank you for the reply! I tried the clustered column chart but I see a very weird graph.

 

On y-axis I want to count the number of cases while on x-axis I want to have the months with incoming instruments and completed instruments. 

 

I see something like this:

 

anastasia23_0-1682953338441.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.