Forum Discussion
EpicTriffid
6 years agoHelper IV
Year on Year Difference Problems
Hi there, I've been working on this problem for a while now, and when I think its solved, it turns out its not. I'm trying to show Year on Year Differences. You can see above, howev...
EpicTriffid
6 years agoHelper IV
Hi kentyler ,
The data is already set up with the Years stacked.
Hi VipulToshniwal ,
I have tried SAMPERIODLASTYEAR but it just comes up with the same result.
PaulDBrown
6 years agoCommunity Champion
Have you tried DATEADD? something along the lines of:
Measure for last year = CALCULATE([Measure], DATEADD(date[date], -1, YEAR))