I need to use an SSRS expression to find two dates -
- The date that's the end of this week.
- The dates that's the start of the week, 2 weeks ago.
For example, if today is 27/05/2016
1 = 29/05/2016
2 = 09/05/2016
This needs to be dynamic e.g. getdate()
I'm using these functions to filter a matrix.
Thanks.