cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
ronaldbalza2023
Super User
Super User

Rolling 13 months continuous month & year

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 🙂

 

ronaldbalza2023_1-1658963397927.png

 

Productivity Percentage Trailing = 
CALCULATE(
	[Productivity Percentage],
	FILTER(
		'Date',   
		'Date'[Date] > EOMONTH(TODAY(), - 13)   
            && 'Date'[Date] <= EOMONTH(TODAY(), 0)    
        
	)
)

 

 

 

1 ACCEPTED SOLUTION
ronaldbalza2023
Super User
Super User

I opened my data model and sort the Month & Year date and this fixed my issue . Thanks 

View solution in original post

1 REPLY 1
ronaldbalza2023
Super User
Super User

I opened my data model and sort the Month & Year date and this fixed my issue . Thanks 

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors