We have a table with historical data where each row has 2 date fields for begin_date and end_date. These two date fields represent the date range during which the records are valid. To find all data that are valid at a specific date only records whose begin_date is before the specific date and whose end_date is after it may be selected.
Unfortunately in Insights it is not possible to configure a time filter to get all datasets that are valid at a specific date.
It would be very helpful and would significantly reduce the amount of data to be analyzed in Insights if the time filter widget would support this query.