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! Learn more

Reply
Razorbx13
Post Patron
Post Patron

Percentage Subtotals to 100%

Can anyone help me with getting the % subtotals here to equal 100% with the formula I have?  Looks like the actual percent of subtotal I have is working, but need to have the areas the arrows are point to add to 100% not what I have.

 

Thanks!

 

Razorbx13_0-1615599635206.png

 

2 REPLIES 2
N24PBI
Frequent Visitor

This worked, thank you!
P.S. you can use ISINSCOPE with the IF statement, if you have more than one subtotal group.

AntrikshSharma
Super User
Super User

@Razorbx13  Give this a try:

 

% of Account Group =
DIVIDE (
    SUM ( 'GL Transactions'[Amount] ),
    CALCULATE (
        SUM ( 'GL Transactions'[Amount] ),
        ALL ( 'GL Transactions'[Account Nbr] )
    )
)

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.