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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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