Can you turn a date range into each individual date in the range?

I have a start date and end date with a total sum of hours to work.
These are each 10 days with an average of 3.2 hours and 2.8 hours respectivelivy. Is there a way i can display each indiviudual day of the date range with the work per day? Something like this?
Answers
-
You'll need to prep your data via an ETL to do this. You can pull in the calendar dimension dataset from the Domo Dimensions connector.
In the etl filter your calendar dataset to be after your first date in your dataset and exclude any dates in the future with a filter tile formula
- `dt` >= DATE('2020-01-01') AND `dt` < CURRENT_DATE()
This will reduce the amount of records your ETL will need to process and make it run faster.
Then add a constant to your dataset and the filtered calender dataset with the value of 1.
Join these two datasets together on this new join column constant.
Feed the result into a filter and filter where the
dt
field from the calendar dataset is between your start and end date.Then use a formula tile to calculate the work hours per day.
- `work` / DATEDIFF(`plannedEndDate`, `plannedStart`)
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**2 -
That worked like a charm. Thank you!
0
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 7 Cloud Amplifier
- 9 Federated
- 3K Transform
- 114 SQL DataFlows
- 654 Datasets
- 2.2K Magic ETL
- 4.1K Visualize
- 2.5K Charting
- 803 Beast Mode
- 79 App Studio
- 44 Variables
- 758 Automate
- 188 Apps
- 480 APIs & Domo Developer
- 73 Workflows
- 17 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 408 Distribute
- 119 Domo Everywhere
- 279 Scheduled Reports
- 10 Software Integrations
- 141 Manage
- 137 Governance & Security
- 8 Domo Community Gallery
- 47 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive