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 Year and Month slicer. My data is upto Feb 2018. I want to display a dynamic rolling LTM line chart.
The matrix best displays my issue.
Hi @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
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]))
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
405 | |
197 | |
86 | |
81 | |
62 |
User | Count |
---|---|
474 | |
218 | |
135 | |
91 | |
83 |