Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • AlB's avatar
    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