how to set up filter for the last day of data set in the new text card for summary
I want to use this new text card to insert the summary numbers. It worked fine with most scenario, but I am have difficulties to report the last date and to set up the filter to get the last date visits of my dataset.
for example, 3/31/2020 is the last date in my dataset, then I want to show:
"On 3/31/2020, total 5023 visits"
How to set up the date filter so that it aways pick up the last date of the dataset?
Thank you.
Olivia
Comments
-
You could try a beastmode using MAX(Date) and it should always select the last date in the dataset.
1 -
Hi!
The beastmode with MAX(date) will change its value every day and will require you to change the value to be filtered every day.
You should try in the Dataflow to create a new column to use as a filter. For example,CASE
WHEN date = MAX(last_date) THEN 1
ELSE 0
END AS is_last_dateThen filter when is_last_date = 1
1 -
Was the goal not to show the Last date in the data set everyday? Which means it should be updated everyday.
0 -
according to the attachment no, I think the goal is to filter by the last date
0 -
Max(date) is the first thing I did, but unfortunately, the new textbox feature does not show this max(date) in the filter section
0 -
@marisaborges thank you for your idea. But I am not sure it is doable in the dataflow - this dataset has 120 million rows and 200 columns, in order to reduce the run time, I had to run the whole dataflow for 2018, 2019, and now just run dataflow for 2020 and append to the 2018 and 2019 dataset using data assembler. Not sure how to work it out.
1
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 296 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 614 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 729 Beast Mode
- 53 App Studio
- 40 Variables
- 677 Automate
- 173 Apps
- 451 APIs & Domo Developer
- 45 Workflows
- 8 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 121 Manage
- 118 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive