I created a measure to get last 08 days with the MAX date in the date table.This is the measure,
dynamic Date = VAR _select = CALCULATE ( MAX ( DateTable[Date] ), ALLSELE