Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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!
This worked, thank you!
P.S. you can use ISINSCOPE with the IF statement, if you have more than one subtotal group.
@Razorbx13 Give this a try:
% of Account Group =
DIVIDE (
    SUM ( 'GL Transactions'[Amount] ),
    CALCULATE (
        SUM ( 'GL Transactions'[Amount] ),
        ALL ( 'GL Transactions'[Account Nbr] )
    )
)
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |