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
jesperlkjaer
Regular Visitor

Displaying the total column percentage instead of the grand total percentage with legends/multiples

Hi all!

 

I have spent hours searching for this, but none of the DAX commands seem to be working for me. I am trying to show a chart which would display the satisfaction scores from 0-10 (categorical, not continuous) by country (either using a legend or small multiple). However, whenever I do it, it counts the grand total and not the column total. It is possible to change this with a matrix, but I would prefer it to be a chart. 

 

I tried this measure, but it gives me all sorts of trouble and errors: 

 

Percent of Total =

DIVIDE (

    COUNTA(),

    CALCULATE), ALLEXCEPT (]) )

)

 

example of data.png

I have made the following variables:

 

- ID (unique)

- Country 

- Satisfaction score

- Recommendation score

 

I have linked to a file I have made with some random data: https://we.tl/t-KrxCKbkyn1

 

Hope someone can help!

 

1 REPLY 1
amitchandak
Super User
Super User

@jesperlkjaer , Refer if this can help

 

Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s

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
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.