How can I add a Week Ending Date to my current Data?

I have a dataset that comes in daily through an email connecter from my ATS. The report is replaced each day with new data. I want to see starts per day, which I can get. I also want to see total starts per week in trends; such as a 13 week trend etc. But my data does not have a week ending date on it.
What is the best way to get week ending data? I was thinking of having a web form which will have week ending dates attached to each start date; such as the start date of 3/7/2025 would have a week ending date of 3/9/2025. Then I could join the two data sets. This would be a lot of work due to I have start dates back to 2014.
Is there an easier way?
Best Answers
-
@kim_barragan0126 Does it have to be the week end date? There is a beast mode function called YEARWEEK that will return the year and week number of the date field. So if you wanted to create a metric for total starts per week, you could do something like this:
count(`StartDate`)/count(distinct YEARWEEK(`StartDate`))
0 -
I want show a trend such as the below. Could I do this from the beast mode you suggest?
0
Answers
-
@kim_barragan0126 Does it have to be the week end date? There is a beast mode function called YEARWEEK that will return the year and week number of the date field. So if you wanted to create a metric for total starts per week, you could do something like this:
count(`StartDate`)/count(distinct YEARWEEK(`StartDate`))
0 -
I want show a trend such as the below. Could I do this from the beast mode you suggest?
0 -
I just tried it and it works great - thank you!
0
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 310 Workbench
- 7 Cloud Amplifier
- 9 Federated
- 3K Transform
- 113 SQL DataFlows
- 654 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 796 Beast Mode
- 78 App Studio
- 44 Variables
- 757 Automate
- 188 Apps
- 480 APIs & Domo Developer
- 72 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