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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sanimesa
Post Prodigy
Post Prodigy

TOTALYTD with SAMEPERIODLASTYEAR not working as expected

I have sales data for all of 2016 and up to September for 2017. I am trying to get the 2016 sales up to the last date in 2017.

 

YTD Sales = TOTALYTD(SUM('Sales History'[Sales Amount]), 'Date'[Date]) 

 -- this correctly sums up all of 2017

 

YTD Sales LY = CALCULATE ([YTD Sales], SAMEPERIODLASTYEAR('Date'[Date] )) 

-- expecting SUM('Sales History'[Sales Amount]) for 2016 up until September but returns sum of all rows for 2016. 

 

I am sure my understanding is incorrect somewhere, please help. 

1 ACCEPTED SOLUTION
Interkoubess
Solution Sage
Solution Sage

Hi @sanimesa,

 

What about testing this following formulae (replace TOTALYTD with calculate):

YTD Sales = CALCULATE(SUM('Sales History'[Sales Amount]), DATESYTD('Date'[Date]))
 
YTD Sales LY = CALCULATE ([YTD Sales], SAMEPERIODLASTYEAR('Date'[Date] )) 

Thx

 

Ninter

 

View solution in original post

1 REPLY 1
Interkoubess
Solution Sage
Solution Sage

Hi @sanimesa,

 

What about testing this following formulae (replace TOTALYTD with calculate):

YTD Sales = CALCULATE(SUM('Sales History'[Sales Amount]), DATESYTD('Date'[Date]))
 
YTD Sales LY = CALCULATE ([YTD Sales], SAMEPERIODLASTYEAR('Date'[Date] )) 

Thx

 

Ninter

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.