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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Morgan2000
Frequent Visitor

Different Dates Same Graph

Hi,

I was wondering if anyone would be able to help, I have the below 2 graphs which show the last 12 months from the date selected or when the data goes to. E.g. Data is in up until June 2023 so will show June 2023 - July 2022. A rolling 12 months.

 

I also have another graph which is a 'comparison year' showing the same. For example, you select 2020 and it shows June 2020 - July 2019

 

Is there a way I can get this to show on one graph but keep it being 'July' at the start like the graphs are showing? I can't add a year filter as it causes the data to be split. Has anyone got any suggestions? 

 

Morgan2000_0-1690903370466.png

 

1 REPLY 1
Syk
Super User
Super User

You can create 2 measures for this and add them both on the graph. 
First measure would be..

PAX = sum(table[pax]) //or whatever your calculation is

Then, to get the previous year, we would reference the above measure.

PAX Previous Year = CALCULATE([PAX],dateadd(datetable[date],-1,year))

 

If you can go through the calculation of how you get your PAX line, we can get you an actual dax expression to calculate it.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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
Top Kudoed Authors