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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
RobynMoller23
Frequent Visitor

Prior Year Running Totals

I am having issues with my PY totals.  They work fine when I have a whole months worth of sales but as soon as I go to the current month the Prior Year sales disappear unless I have the date in the Table or I put a Date Slicer with todays date.

The Dax I am using is

Sales PY YTD = CALCULATE([Sales PY],DATESYTD(Dates[Date]))
Dax for Sales PY 
Sales PY = IF(LASTDATE(Dates[Date])>TODAY(),BLANK(),CALCULATE ([Total Sales $],SAMEPERIODLASTYEAR(Dates[Date])))
 
I am very new to DAX so any help would be appreciated
 
 
1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @RobynMoller23

 

SAMEPERIODLASTYEAR is Time-intelligence functions, so it depends on the date table with hierarchical structure.

you need to study further for it and You will understand after.

If you still have issue, please share some simulated sample data and the expected output. 

Do mask sensitive data before uploading. and I can help you create the measure you want.

 

 

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.