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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.