Forum Discussion

GilbertQ's avatar
GilbertQ
Icon for Super User rankSuper User
9 years ago
Solved

Year 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 ...
  • GilbertQ's avatar
    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]))