Forum Discussion
jduran28
7 years agoRegular Visitor
Year over Year calculation
I am trying to achieve a YoY calc with values from same table. I currently have a table as a visual where you can see the the years in columns with respective info. I have tried PARALLELPERIOD...
tarunsingla
Solution Sage
7 years agoTake a look at DATEADD function.
https://docs.microsoft.com/en-us/dax/dateadd-function-dax
DateLastYear = DATEADD(DateTime[DateKey],-1,year)