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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Gonqq
Helper I
Helper I

% of Grand Total

Hi,

 

I have this matrix with the following measures:

 

Gonqq_0-1640868258270.png

 

 

[Real 1]:

Real 1 =
var Y = SELECTEDVALUE('Calendário'[Ano])
var M = SELECTEDVALUE('Calendário'[Mês_ID])
VAR RY = CALCULATE( SUM('BALANCETES'[Valor]), 'Calendário'[Data] = DATE(Y, M, 1))

return RY

%GT Real 1 is:

Gonqq_1-1640867376966.png

 

And i'm having some trouble replicating it. I want it to be a measure to i can use for other calculations. I tried with these measures:

 
TESTE 3 = CALCULATE(SUM(BALANCETES[Valor]), ALLSELECTED('Áreas'[Área]))
 
% Total teste = DIVIDE('Cálculos Matriz DR'[Real 1],[TESTE 3],0 )
 

It works but when i drill down the matrix it isn't correct:

Gonqq_2-1640868350911.png

 


Basically what im trying to achieve is that [TESTE 3] is 12293740.57 in every single line.

 

Thank you in advance

 

2 REPLIES 2
Anonymous
Not applicable

HI @Gonqq,

According to the description, it seems like a common measure total level calculation requirement. If that is the case, you can take a look at Greg's blog about handle measure total level calculations:

Measure Totals, The Final Word 

If the above does not help, can you please share more detailed information to help us clarify your scenario to test?

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

MFelix
Super User
Super User

Hi @Gonqq ,

 

Without any further background or data is difficult to give you a correct answer but to have the calculation done has you need I believe you are missing one level of the aggregation on your formula, You need to place also the second level of your matrix in the measure, not only the top one.

 

Has you show on the image all the lines of totals are giving you the same value that means that the aggreegation is working properly, but when you go to the second level that is not true because your aggregation is only at first level.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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