Forum Discussion
Anonymous
6 years agoNot applicable
Caculate percentaje from visual tables
Hi, I want to calculate a percentaje from one visual table wit another visual table. I need in "cartera Vencida" agregate additional column with the percentaje bettwen del Net Oist. from "Cartera...
- 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!
parry2k
Super User
6 years agoAnonymous 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!
- Anonymous6 years agoNot applicable
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