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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.