Forum Discussion
Anonymous
3 years agoNot applicable
same period last year missing value
Hello, I have virtual table that name is main and which created with two table. I need calculate last year of exact date and ı used sameperiod last year . However, when ı used sameperiod last yea...
Mahesh0016
3 years agoSuper User
Anonymous
Total Unit Price LY =
CALCULATE([Total Unit Price],PREVIOUSYEAR('Training Dim Date'[Date]))
Total LY =
IF (
ISBLANK (
CALCULATE ( [Total Unit Price], PREVIOUSYEAR ( 'Training Dim Date'[Date] ) )
),
0,
CALCULATE ( [Total Unit Price], PREVIOUSYEAR ( 'Training Dim Date'[Date] ) )
)
- Anonymous3 years agoNot applicable
I tired your measure but i does not work neither date nor week in my data
I just need a measure that can be dynamic with my week and date column except sameperiod lastyear measurethank for having time with me btw