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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
KitD
Frequent Visitor

How to display percentage of column total in stacked

Hello, 
I am trying to add a tooltip of percent of column total for each stacked section on the columns in a stacked column chart in Power BI. I can't use a 100% stacked column chart. Right now my chart looks like this, and I want to add a tooltip so that the percent of the column total is displayed.

Stacked columns with legendStacked columns with legend

For example, the tooltip should read 89% for the light brown stack on the farther-right column and 11% for the bright yellow in the same column. 

 

I've tried several different DAX measures as solutions, but none have resulted in the correct percentage being displayed. 

 

The two that make the most sense are as follows, but the tooltip displays 100% for both:

DIVIDE(
    SUM('Sales'[Amount]),
    (CALCULATE(SUM('Sales'[Amount]),ALLEXCEPT('Market','Market'[Market with Highlight])))
)

 

DIVIDE(
    SUM('Sales'[Amount]),
    (CALCULATE(SUM('Sales'[Amount]),REMOVEFILTERS('Market'[Market with Highlight])))
)

 

Can anyone let me know what I'm doing wrong?

 

Thank you very much!

1 REPLY 1
amitchandak
Super User
Super User

@KitD , You can try May2023, measure driven label. If that can help
https://powerbi.microsoft.com/en-us/blog/power-bi-may-2023-feature-summary/#post-23312-_Toc134425713

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors