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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
SpiroswayGR
Resolver III
Resolver III

Column Total but 100%

Dear community,

 

Do you have any solution how can we show column total but should be on % of 100%.

 

I have this solution : 

SpiroswayGR_0-1617094621722.png

 

but i would like to change it like this , so total of subcategory should be 100% (calculation in blue are totally random just to show my expectaion : correct is 16,12% for 2,3% , 4,8% for 0,69% etc)

SpiroswayGR_1-1617094823908.png

 

More information : 

  1. Using Matrix
  2. In rows i have 2 categories : 1st general category 2nd : Revenue bands
  3. value is sum of revenue

 

Thank you in advance

66 REPLIES 66

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur

I can't share the cause of the pbi file of sensitive data.

@Ashish_Mathur 

I can't share pbi file cause of confidential data.

Anonymous
Not applicable

Hi @SpiroswayGR ,

 

Please try this:

Measure =
VAR _per =
    CALCULATE ( SUM ( 'Table'[Revenue] ), ALLEXCEPT ( 'Table', 'Table'[Category] ) )
RETURN
    IF (
        HASONEVALUE ( 'Table'[Sub] ),
        DIVIDE ( MAX ( 'Table'[Revenue] ), _per ),
        _per
    )

The final output is shown below:

4.6.hasonevalue.PNG

 

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

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

SpiroswayGR_0-1617700134004.png

my results

SpiroswayGR_1-1617700208685.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.