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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
MRN8840
Helper I
Helper I

Same period last year visual

Hi!

 

I have this chart showing the water consumption for the last 15 days (red marking):

 

Lastyear.PNG

 

I would like to add a chart for the same 15 days last year (blue line). Can someone please explain to me how to do that? 🙂

4 REPLIES 4
Mariusz
Community Champion
Community Champion

Hi @MRN8840 

 

You can use Measure like below.

Sales Last Year = 
CALCULATE(
    [Sales],
    SAMEPERIODLASTYEAR( 'Calendar'[Date] )
)
Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

 

Thank you so much for you reply!

 

It almost works - I would like it to automatically show the same day last year (today 21. of january), and the previous 15 days - just like the chart. How to write that in DAX? 😕

Mariusz
Community Champion
Community Champion

Hi @MRN8840 

 

Use your Previous 15 days measure as the first argument of calculate.

CALCULATE(
    [Previous 15 days],
    SAMEPERIODLASTYEAR( 'Calendar'[Date] )
)

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Thanks again 🙂

 

I'm not completely understanding. You wrote that I should use my Previous 15 day measure as an argument, but the the 15 day measure in my screenshot is just a filter on the trend? 🙂

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.