Forum Discussion
Anonymous
8 years agoNot applicable
SUMX CALCULATION TOTAL
Hello all, i am new in DAX so i hope you guys can help me out. i want to know how i can get into that amount of 1745 from column name TOTAL OPEN AMOUNT. The TOTAL OPEN AMOUNT is based on the sum ...
- 8 years ago
Hi,
Try this
=CALCULATE(SUM([Open Amount]),ALL(Data[CustomerID]))
Hope this helps.
Anonymous
8 years agoNot applicable
Brianoreilly
7 years agoHelper II
Any Solution for this?