Date filter with start date and end date in the table

I have the following problem. I have a table with a column for the start date and another column for the end date. I need to apply a filter where the user will select a start date and an end date, and the graph should only display values that fall between the selected start and end dates from my table. Can someone please help me with this?

  1. Check if the data type is date, you can modify that on the dataset view
  2. Set a filter by the date
  3. Create a Datetime type parameter, you can check this video from minute 5:10
    Dynamic Date Filters with Parameters (and more) in QuickSight - YouTube

I hope this helps :slight_smile:

1 Like