Forum Discussion
fbostan1
3 years agoHelper I
Help with Matrix Table
Hi, Any help with this, I would really apprecaite it. I have this 3 Matrix table I want to get the percentage of the two numbers highlighted in yellow in another matrix table right under th...
PaulDBrown
3 years agoCommunity Champion
Assumin the values displayed are the measure [Values]
Try
% over all Message_for_ops =
VAR _All =
CALCULATE ( [Values], ALL ( Table[MESSAGE_FOR_OPS] ) )
RETURN
DIVIDE ( [Values], _ALL )
fbostan1
3 years agoHelper I
I figured that part out, I just updated my question.