Hi,
I would like to understand the difference between the two.
Today is March 4th, 2018, so
DATEADD ( 'Date'[Date], -1, YEAR ) ) would return the sales of last year but only from 1/1/2017 through March 4th, 2017? Whreas
PARALLELPERIOD( 'Date'[Date], -1, YEAR ) ) would return sales from 1/1/2017 through March 30th, 2017?
Am I correct in both statements?
TY!
I would like to understand the difference between the two.
Today is March 4th, 2018, so
DATEADD ( 'Date'[Date], -1, YEAR ) ) would return the sales of last year but only from 1/1/2017 through March 4th, 2017? Whreas
PARALLELPERIOD( 'Date'[Date], -1, YEAR ) ) would return sales from 1/1/2017 through March 30th, 2017?
Am I correct in both statements?
TY!