Forum Discussion
Weird Behavior in YOY analysis?
- 6 years ago
Nevermind,
I just fixed it. It looks like I just had to apply a YEAR filter set to 2019.
Thanks for your help!
You seem to be using [Total Shipped Orders], which seems like a measure.
Can you share its calculation? In case it is a measure, is possible to have the same calculation in last year's formula itself.
Thanks
Yes, it is a measure, I thought I specified it's calculation in my OP.
Here are my measures.
Total Shipped Orders = DISTINCTCOUNT( 'Orders'[Order Number] )
Total Shipped Orders LY = CALCULATE( [Total Shipped Orders] , SAMEPERIODLASTYEAR( 'Date'[Date] ) )
% Change from Last Year = DIVIDE( [Total Shipped Orders] - [Total Shipped Orders LY] , [Total Shipped Orders LY] , 0 )
My dataset is only 2018/2019.
- CoreyP6 years agoSolution Sage
Nevermind,
I just fixed it. It looks like I just had to apply a YEAR filter set to 2019.
Thanks for your help!