I am trying to create a card that will properly look back in time so that the dates being filtered reflect that look back in time.
Here is the situation
- We get ratings from customers and want to wait a certain amount of time to measure the 'response rate'
- We do this by saying that it, on average, takes customers 75 days to fill out the survey once they have created a profile with us. Therefore, we'd want to take the Created Date of a customer and subtract 75 days
I'm hoping to be able to use this date variable in the dashboard level date filter (i.e. be able to select This Year). Here's an example:
- If selecting This Year (i.e. Jan 1 to Jan 10), I'd want the cards to be filtering 75 days earlier from Jan 1 as the start date and 5 days earlier from Jan 10 as the end date
What is the best way to do this?