Forum Discussion
Anonymous
7 years agoNot applicable
Same Week Last Year
Hi all! I know this is a largely discussed topic, but I haven't been able to find a fix that works for me. I'm trying to create a measure that calculates the amount of Impressions for the Same Week...
- 7 years ago
Anonymous
Have you tried:
DATEADD ( DATEADD ( 'Date'[Date]; -1; YEAR ); 1; DAY )
That should give you the dates you're looking for if the filter context is the week in 2019
Anonymous
6 years agoNot applicable
Can you please provide the complete code, if possible. Am also facing same probklem.