Jason, how do you propose picking these dates? Bascially, there are four values you want:
- FromDate
- ToDate
- PreviousFromDate
- PreviousToDate
FromDate and ToDate are easy because the user selects those... but how? SSRS parameters? The problem is that the next two values have to be calculated, and usually you do things like a PrevMember, lag, ParallelPeriod, etc. But since you normally pass in the CurrentMember of the date dimension, you have a problem because the CurrentMember is a range. So, it partly depends on how you are selecting the members.