Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Guys,
I am trying to create a column on my calendar with an equivalent date from last year. For example Today June 17th 2021 is the 3rd thursday my equivalent date would be the third thursday of June 2020 (June 18th 2020)
I do have a column that identifies the first, second, etc... weekday of the month.
Thanks,
Rey
Solved! Go to Solution.
@reynaldo_malave , Last year same week is 364 days behind
[Date] -364
364 behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-364,DAy))
@reynaldo_malave , Last year same week is 364 days behind
[Date] -364
364 behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-364,DAy))
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |