Reputation: 337
I have a Google Sheet as the source data for a table in Google Data Studio. My table includes fields for "Sign Up Date" and "Cancellation Date".
I want to be able to filter so that I can choose a date range for "Sign Up Date" and a different date range for "Cancellation Date". For example, show me all records where the "Sign Up Date" is between Jan 1 to Jan 31, 2021, and where "Cancellation Date" is between Aug 1 to Aug 31, 2021.
As far as I can see you can only choose one Data Range Dimension per table, and any date filter you add is tied to that date field.
Is there any way I can have separate date filters for each of my date fields?
Upvotes: 2
Views: 2148
Reputation: 6471
Two Range Slider Community Visualisations could be used (one for each of the date fields, Sign Up Date
and Cancellation Date
).
+Explore more
to view all:
Create both Range Sliders below and adjust the date range as required, in this case 01 Jan 2021 to 31 Jan 2021 for Sign Up Date
and 01 Aug 2021 to 31 Aug 2021 for Cancellation Date
:
Sign Up Date
Cancellation Date
Editable Google Data Studio Report (Embedded Google Sheets Data Source) and a GIF to elaborate:
Upvotes: 1
Reputation: 139
It looks like there is not. What you can do it make different versions of advanced filters and use the "Between" function to compare numeric values. So you have to convert dates to some kind of numeric value first. Here is an example for this: Data Studio Date Range Filter on hour, minute level
Upvotes: 0