Forum Discussion
Anonymous
8 years agoNot applicable
Sumx total in each row
Hello all, In the following image you see for the customer 301000133 for each invoice number the outstandin amount. The outstanding amount is calculated by invoiceamount - paid. The curr...
- 8 years ago
=CALCULATE (
[Outstanding amount],
ALLEXCEPT ( Table[Customer] )
)
gapage
8 years agoAdvocate I
=CALCULATE (
[Outstanding amount],
ALLEXCEPT ( Table[Customer] )
)