How to Filter for "Today AND Last 7 Days" in Domo Visualizer?

Hi everyone,
I’m trying to implement a date range in Domo (using `Reservation Start Date`) that includes both Today AND the Last 7 Days at the same time. This will be for a weekly scheduled send.
I know Domo has built-in filters for "Last 7 Days" and "Today," but I can't find a way to combine them in a single filter within Domo Visualizer.
Is this possible? Should I be using Beast Mode, Magic ETL, or another method to achieve this?
Thank you!
Answers
-
@DataLawton If you select Previous > Last in the card date range picker, it will give you the option to select Last 8 days, which should give you what you want. Note that Domo's Last X Days/Weeks/Years etc. includes the current period.
1 -
The solution to get Last x Days + Current day is by creating a beast mode and adding to Filters:
CASE
WHENHotel Arrival Date
>= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
ANDHotel Arrival Date
<= CURRENT_DATE() THEN 'Include'
ELSE 'Exclude'
END0
Categories
- All Categories
- 1.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 306 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3K Transform
- 112 SQL DataFlows
- 649 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 787 Beast Mode
- 78 App Studio
- 43 Variables
- 742 Automate
- 187 Apps
- 474 APIs & Domo Developer
- 67 Workflows
- 14 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 406 Distribute
- 117 Domo Everywhere
- 279 Scheduled Reports
- 10 Software Integrations
- 139 Manage
- 136 Governance & Security
- 8 Domo Community Gallery
- 44 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 113 Community Announcements
- 4.8K Archive