user1992128
user1992128

Reputation: 43

Data Studio | Date Filter | Greater than Today

I have a DATE field and would like to filter anything above today's date, is that possible in Data Studio?

Example Dates: '02-04-2020', '02-05-2020', '02-06-2020', '03-20-2020'

Today's date: '03-06-2020'

When I filter in data studio, I only want 03-20-2020 to be returned

What is available for me to achieve this result?

Upvotes: 3

Views: 3925

Answers (1)

Nimantha
Nimantha

Reputation: 6471

It can be achieved using a Date Range Control and setting the Date Range to Advanced; for example, to set the Date Range to dynamically capture the period between Today and Today Plus 999 Days:

Start Date: Today Minus 0 Day(s)
End Date: Today Plus 999 Day(s)

Google Data Studio Report to demonstrate, as well as a GIF showing the process:

3]

Upvotes: 2

Related Questions