Forum Discussion
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 Vencida" to the total en Customer Name.
But if a change the name, for example from Select All to Pablo the total Change (1.508k) and the % in the Cartera vencida is other
How to do that?
Thanks a lot
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!
8 Replies
- parry2k
Super User
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!
- AnonymousNot applicable
Thanks Parry2k, how to add the pbix?
- parry2k
Super User
Anonymous use one drive or google drive or send directly to me by email which is in my signature below.