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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

Rolling timelines past AND future

Hello,

 

I would like to create a bar chart using 12 rolling months as the X-axis timeline. This is easy with relative date filters for either last 12 months or next 12 months. However, I'd like to show 6 past months AND 6 future months on the same graph. Is there a way or workaround how to do this?

 

 

2 ACCEPTED SOLUTIONS
v-yueyunzh-msft
Community Support
Community Support

Hi, @Anonymous 

According to your description, you want to show TODAY() on the bar chart as the basis for judgment, showing the values of the past 6 months and the next 6 months. Right?

Here are the steps you can follow:

(1)This is  my test data:

vyueyunzhmsft_0-1663306687516.png

 

(2)We can click “New measure” to create a measure  used to override the Y axis:  “value”

value = CALCULATE( SUM('Table'[test]) , 'Table'[Date] < EOMONTH( TODAY() ,6)+1 && 'Table'[Date] >EOMONTH(TODAY(),-7)+1)

 

(3)We can put the [Date] in X axis of the bar chart (Keep the year and month) and we put the [value] measure in the Y axis:

vyueyunzhmsft_1-1663306687525.png

 

 

If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem.

 

Best Regards,

Aniya Zhang

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

Anonymous
Not applicable

Ok, 

looks like this would work. However it looks quite complicated as I'd need to create new measures for each and every field I want to show on this 6+6 month time frame.

 

This give me an idea though. I could probably add a calculated true/false column in my date table telling if the date is in the desired range. Then I could use this new field as a filter on all the visuals.

View solution in original post

2 REPLIES 2
v-yueyunzh-msft
Community Support
Community Support

Hi, @Anonymous 

According to your description, you want to show TODAY() on the bar chart as the basis for judgment, showing the values of the past 6 months and the next 6 months. Right?

Here are the steps you can follow:

(1)This is  my test data:

vyueyunzhmsft_0-1663306687516.png

 

(2)We can click “New measure” to create a measure  used to override the Y axis:  “value”

value = CALCULATE( SUM('Table'[test]) , 'Table'[Date] < EOMONTH( TODAY() ,6)+1 && 'Table'[Date] >EOMONTH(TODAY(),-7)+1)

 

(3)We can put the [Date] in X axis of the bar chart (Keep the year and month) and we put the [value] measure in the Y axis:

vyueyunzhmsft_1-1663306687525.png

 

 

If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem.

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Anonymous
Not applicable

Ok, 

looks like this would work. However it looks quite complicated as I'd need to create new measures for each and every field I want to show on this 6+6 month time frame.

 

This give me an idea though. I could probably add a calculated true/false column in my date table telling if the date is in the desired range. Then I could use this new field as a filter on all the visuals.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.