Forum Discussion
Anonymous
5 years agoNot applicable
Blank Total
Hi, I have this measure measure=
VAR dates =
MAX('Posting Date'[Date] )
Return
CALCULATE(
COUNTROWS( 'Job' ),
Filter('Duration Entry' ,
'Duration Entry'[Start DateTime Local] <= dates + 21...
Anonymous
5 years agoNot applicable
Hi jdbuchanan71 ,
I tried it but it is not working, it acts as that filter is not there.
Anonymous
5 years agoNot applicable
it did not, I hav created calculated column to indicated if it is a max date and then use this flag.