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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Wasi
New Member

Bringing totals in clustered column chart with filters

Hi Members,

 

I am new to Power BI and wanted to ask you guys if there is any way to bring Total in clustered column chart whereby i have filters on the x-axis (screenshot attached). I am also sharing same result from Tableau as well where it is very much easier.

 

Thanks in advance!Power BIPower BITableauTableau

6 REPLIES 6
Anonymous
Not applicable

Hi @Wasi ,

 

I made a simple PBIX file for your reference:

vcgaomsft_0-1663644446713.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Thanks for sharing the pbix file. I got the Measures and total column. However, if you see in my attached pbix link and screenshot that Measure 2 is also showing as a column for "Installationen" row as well which we do not want. Measure 2 is only for "Storungen".


I would appreciate if you can help with this.

Totals for Clustered column chart1 - Power BI.JPGPBIX link:

https://www.transfernow.net/dl/20220920wHd9t6m5

Anonymous
Not applicable

Hi @Wasi ,

 

Please try this measure:

Measure2 = 
IF (
    MAX ( 'export'[Geschäftseinheit] ) <> "WIL_Installationen",
    CALCULATE (
        COUNT ( 'export'[Geschäftseinheit] ),
        'export'[Geschäftseinheit] = "WIL_Störungen"
    )
)

vcgaomsft_0-1663658535661.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

I tried and also saw your PBIX. However, Installationen figures / column is also showing with Storungen column, which we do not want. We just want to show column bars for WIL_Installationen, WIL_Storungen and their Total as a column bar (see attachments)Totals for Clustered column chart2 - Power BI.JPGTableauTableau

Greg_Deckler
Community Champion
Community Champion

@Wasi Create a measure, Total = [Measure1] + [Measure2]. Put it in your Y-Axis field well along with your other measures.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

I didnt get it.. Can you please elaborate a little more.. I have filters on Geschaftseinheit (X-Axis) and need to have totals on this filter for Y-Axis.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Users online (3,094)