Forum Discussion
GilbertQ
Super User
9 years agoYear Total in Column for Each Year
I am hoping that someone can help me with the DAX calculation. What I want to do, is I want to get the total for each Year into a column, so that I can calculate the variance. So as an example ...
- 9 years ago
To any one looking for the solution I figured it out.
The following DAX Syntax works
Total Amount Per Year = CALCULATE([Total Amount],ALL('Date'),VALUES('Date'[Fiscal Year]))
GilbertQ
Super User
9 years agoTo any one looking for the solution I figured it out.
The following DAX Syntax works
Total Amount Per Year = CALCULATE([Total Amount],ALL('Date'),VALUES('Date'[Fiscal Year]))- Anonymous5 years agoNot applicable
hi
this dax doesnt work for me. could u please help post the dax with real example that works for u ? thanks