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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
bdehning
Post Prodigy
Post Prodigy

Combine two visuals on one Clustered Column Chart

Is it possible to get two visuals onto one Clustered Column Chart?

So if I show Years on the X Axis I will see two columns for each year, with each column having its own set of Filters.  

4 REPLIES 4
bdehning
Post Prodigy
Post Prodigy

Let me review when I get some time later this week as it looks promising.   

v-junyant-msft
Community Support
Community Support

Hi @bdehning ,

Please tell me is this the result you expect to get?
Here is my sample data:

vjunyantmsft_0-1704073302899.png

 

vjunyantmsft_1-1704073320743.png

 

vjunyantmsft_2-1704073327162.png

 

vjunyantmsft_3-1704073337603.png


I created two measures and put them into the Clustered Column Chart to exist as values:

SUM = CALCULATE(
    SUM('Table'[Value]),
    FILTER(
        'Table',
        'Table'[ID] = SELECTEDVALUE('Table (2)'[ID_SUM])
    )
)
AVERAGE = CALCULATE(
    AVERAGE('Table'[Value]),
    FILTER(
        'Table',
        'Table'[ID] = SELECTEDVALUE('Table (3)'[ID_AVERAGE])
    )
)

Create a slicer based on table (2) and table (3) respectively. The results are as follows:

vjunyantmsft_4-1704073512558.png

 

vjunyantmsft_5-1704073520758.png

 

vjunyantmsft_6-1704073528759.png


Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

zenisekd
Super User
Super User

This is rather problematic, you may have various valuses in those columns, which means 2 axis might be needed. You may calculate a table where you append those columns so it could be used the way you need, in a clustered bar chart.

 

However, to solve this easy way, I would suggest you use line and clustered barchart....

PijushRoy
Super User
Super User

Hi @bdehning 

Please share supporting screenshots for sample Data and visual you have and the expected visual.

Please show the expected outcome based on the sample data you provided. Find how to provide sample data
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...


How to get answered quickly
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

 

Appreciate your KUDOS

Thanks
Pijush




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.