Forum Discussion
MrNoob
Helper II
8 years agoLTM compared side by side and YOY comparasion
I am trying to calculate the LTM and the previous periods LTM, however, i want to display them side by side. Then calculate the YOY difference, displayed for the corresponding month. I am using a Y...
v-jiascu-msft
Microsoft Employee
8 years agoHi MrNoob,
What's the formula that you used? Seems you need a function SAMEPERIODLASTYEAR. Please share a sample, then we can provide more details of the solution.
Best Regards,
Dale
- MrNoob8 years ago
Helper II
This is the code i am using in order of calculations.
SP = ((([PAX]/[Bookings IND PAX])-([Bookings APM]/'Bookings Meassures'[Bookings IND PAX])))*100 LTM SP = CALCULATE ( [SP], DATESBETWEEN ( 'DATE'[Date], NEXTDAY ( SAMEPERIODLASTYEAR ( LASTDATE ('DATE'[Date]) ) ), LASTDATE ('DATE'[Date] ) ) ) LY LTM SP = CALCULATE([LTM SP],SAMEPERIODLASTYEAR('Date'[Date]))