It it possible to make 2 or more date filters in the dashboard act based on “OR” and not “AND” condition? This is doable in explore with filter group but as far as I can tell, not possible as a dashboard filter.
Good question! This won’t be possible from the dashboard level. One workaround would be to create a separate field with your OR logic and let users filter on that in the dashboard.
Something like this should do it! Make filter fields for both of the dates. They don’t do anything by themselves. Then, create a yesno field which connects the filter fields to the actual date dimensions.
You’ll need to make sure users filter on “yes” for the yesno field, or use like a sql_always_where to make it always enabled on the explore.