I have tried this but I am getting a different measure
Last7days =
CALCULATE(
DISTINCTCOUNT('application_overview'[posting_number]),
FILTER(ALL('application_overview'), 'application_overview'[app_submitted_date] >= TODAY()-700)
)
Here, The problem is I can't able to set The Textbox