Reply
bdehning
Post Prodigy
Post Prodigy
Partially syndicated - Outbound

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

Syndicated - Outbound

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

v-junyant-msft
Community Support
Community Support

Syndicated - Outbound

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

Syndicated - Outbound

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

Syndicated - Outbound

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!





avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)