I've tried to apply examples that I found here and elsewhere to no avail. Below is the DAX formula I've attempted without success...
90DaysAmount:=CALCULATE(SUMX(Table1,[Amount]),FILTER(ALL(Table1),Table1[Time ID]>=MAX(Table1[Time ID])-3&&Table1[Time ID]<=MAX(Table1[Time ID])))
What you need...