I have three tables: Account Summary, DateTable(date table), Budget table.
I calculated the YTD for One of the measures by using below formula: Total Retail Dues YTD = TOTALYTD([Total Retail Dues], DateTable[Date], "9/30")
For Prev YTD I am using below formula: Total Retail Dues YTD LY = CALCULATE([Total Retail Dues YTD], SAMEPERIODLASTYEAR(DateTable[Date]))
However the Total Retail Dues YTD LY not showing the the YTD info, in turn it shows data for the whole fiscal year 2017. What to change for Previous YTD formula so that I can get YTD info for previous year not the whole fiscal year info?