Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
FaustoMoya
Frequent Visitor

Slicer for Moving Annual Total - Timeline Chart

Hi,

I have problems with the visualization of mobile years in a timeline, so I think there should be a graphic or official Microsoft slicer able to visualize MAT (Moving Annual Total), that is to say, that does not show all the year, only the last 12 months: from June 2017 to June 2018, without needing to see from January to May of 2017.
Or will there be a way to show the mobile years?

1 ACCEPTED SOLUTION
v-qiuyu-msft
Community Support
Community Support

Hi @FaustoMoya,

 

You can create a calculated to decide whether the date is in the last 12 months: 

 

Last12Months = IF(DATEDIFF('Table'[Date],MAX('Table'[Date]),MONTH)<12,"last 12 months","")

 

Then drag this new column to the visual/Page level filter pane, select the value "last 12 months", the visual will only show data in last 12 months. 

 

You can refer to this similar blog: https://blogs.msdn.microsoft.com/lukaszp/2015/08/08/finding-the-latest-date-in-power-bi-desktop/

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

Hi @FaustoMoya,

 

You can create a calculated to decide whether the date is in the last 12 months: 

 

Last12Months = IF(DATEDIFF('Table'[Date],MAX('Table'[Date]),MONTH)<12,"last 12 months","")

 

Then drag this new column to the visual/Page level filter pane, select the value "last 12 months", the visual will only show data in last 12 months. 

 

You can refer to this similar blog: https://blogs.msdn.microsoft.com/lukaszp/2015/08/08/finding-the-latest-date-in-power-bi-desktop/

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Qiuyun Yu, it was the solution

I was stuck trying to create it in new measure, when I later realized that it was by new column.

Thanks a lot

Fausto Moya

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors