Hi everyone, how can I make this a continous 13 months? As you can see on the snapshot, Jul 2022 is next to Jul 2021 which it should be next to Jun 2022. Not sure if this causes on the filter or what. Thanks in advance 🙂
Productivity Percentage Trailing =
CALCULATE(
[Productivity Percentage],
FILTER(
'Date',
'Date'[Date] > EOMONTH(TODAY(), - 13)
&& 'Date'[Date] <= EOMONTH(TODAY(), 0)
)
)
Solved! Go to Solution.
I opened my data model and sort the Month & Year date and this fixed my issue . Thanks
I opened my data model and sort the Month & Year date and this fixed my issue . Thanks