Forum Discussion

NewbieJono's avatar
NewbieJono
Post Partisan
2 years ago
Solved

Return Value based on max date

Hello, i am trying to return the volume (marked in yellow) 0.906. it does not seem to be working, I think its something to do with the max date criteria.

 

i would like to return the latest (max date) for Measure 1, Baseline

 

 

I have tried 

 

Test = 
CALCULATE (
    SUM ( 'DIM - Targets'[Volume] ),
    'DIM - Targets'[Measure] = "Measure1",
    'DIM - Targets'[Type] = "Baseline",
    LASTDATE ( 'DIM - Targets'[Date] )
)

 

 

 

1 Reply