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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
heidibb
Helper IV
Helper IV

How to get Last Year values

Hello,

I have academic data that we report in trimesters. I have a trimester sequence number and am successful in getting  last year's sequence number, but when I create my calculation to try and find last year's qty's, my value is showing blank. Not sure what I'm missing here.

 

StudentCount - TYCALCULATE(DISTINCTCOUNT('Cohort Metrics'[Student_SK]))

StudentCount - LYCALCULATE(DISTINCTCOUNT('Cohort Metrics'[Student_SK]), 'Cohort Metrics'[AcademicTrimesterSequenceNumber] = 'Cohort Metrics'[LY Trimester Sequence])
LY Trimester Sequence = 'Cohort Metrics'[AcademicTrimesterSequenceNumber] - 3
 
Output is in the picture:
 heidibb_0-1713904792241.png
1 REPLY 1
amitchandak
Super User
Super User

@heidibb , Are you using a date or Trimester  table with Year, Trimester Sequence (a table that join back to you table on Trimester key)

 

You can meausres like

 

This Period = CALCULATE(DISTINCTCOUNT( Registration[ID] ), FILTER(ALL(Semesters), Semesters[year]=max(Semesters[year])  && Semesters[Semesters]=max(Semesters[Semesters]) ))
Last Period = CALCULATE(DISTINCTCOUNT( Registration[ID] ), FILTER(ALL(Semesters),Semesters[year]=max(Semesters[year]) -1   && Semesters[Semesters]=max(Semesters[Semesters]) ))

 

 

here Semesters are numbers within year like 1,2,3 and reset every 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
December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.