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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Problem with SAMEPERIODLASTYEAR

Good morning

I have a chart in which I show all the printing expenses that my company has since January 2020.

I would like to calculate the total for the same period (January-June) but last year.

Using this formula still gives me error.

Total previous year period = CALCULATE(SUM('Printer Expenses'[Total(€)]),SAMEPERIODLASTYEAR(Calendar[Date]))
Can anyone help me?
Thank you!
3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

I'm sorry but I don't calculate it well either, it gives me the total of the previous year but not as I want, from January to June.

Does anyone know how it works?

Hi @Syndicate_Admin 

 

What visuals do you put this measure in? Measures are calculated according to the context they are in, so we need to take care of the effect other columns in the same visual may have.

 

Regards,
Community Support Team _ Jing

amitchandak
Super User
Super User

@Syndicate_Admin ,

This seems like fine

Total previous year period = CALCULATE(SUM('Printer Expenses'[Total(€)]),SAMEPERIODLASTYEAR(Calendar[Date]))

 

try like Total previous year period = CALCULATE(SUM('Printer Expenses'[Total(€)]),dateadd(Calendar[Date],-1,year))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors