Forum Discussion
Caculate percentaje from visual tables
- 6 years ago
Anonymous ok, change the measure as below
% Total = DIVIDE( SUM ( Aging[Net Outstanding] ), CALCULATE ( SUM ( Aging[Net Outstanding] ), ALL ( Aging[G. Vencidos] ) ) )I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Anonymous share sample pbix file, it is not sure how these table are related, logically it should be
% =
DIVIDE ( [Net OUst.], CALCULATE ( [Net Outstanding], ALLSELECTED( Table[Provincia] ) ) )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Thanks Parry2k, how to add the pbix?
- parry2k6 years ago
Super User
Anonymous use one drive or google drive or send directly to me by email which is in my signature below.
- Anonymous6 years agoNot applicable
- parry2k6 years ago
Super User
Anonymous here is the measure
% Total = DIVIDE( SUM ( Aging[Net Outstanding] ), CALCULATE ( SUM ( Aging[Net Outstanding] ), ALL ( Aging ) ) )and here is the output
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
- Anonymous6 years agoNot applicable
Thanks, the problem is when i Select (for example Juan) the calculate has a mistake, because the % for A:1-30 say 15.94% and the real % will be 21%.
I add the picture
Thanks by your help Parry2k