Beast Mode To Find Cumulative Progress Towards a Goal

Hello,
I am currently using a filled gauge and I need to create a beast mode that takes the number of days in a month(needs to account for all 12 months) / days total of the month and multiply it by the goal of the month, which will always be 3.
Any help appreciated, I have not been able to get my head around what this may look like.
Best Answer
-
I replicated your sample data and plugged in my beastmode to the data and it worked as expected. See test column above. Here is the exact beastmode using your field names as provided:
CASE WHEN MONTH(`Monthly`) = MONTH(CURDATE()) THEN `Goal` * (DAY(CURDATE()) / DAY(LAST_DAY(CURDATE()))) WHEN MONTH(`Monthly`) > MONTH(CURDATE()) THEN 0 ELSE `Goal` END
If I solved your problem, please select "yes" above
0
Answers
-
I think I have an idea of how you would do this with a beastmode, but wanted to make sure I understand you question. So for example, for this year, January through september would be 100% for each month since they are complete. In the current month, the value would be 18/31 = .58 and future months would currently be 0 since they are in the future. Is this correct?
If I solved your problem, please select "yes" above
0 -
@ColemenWilson yes, exactly.
0 -
Assuming your data looks like this:
CASE WHEN MONTH(`Month`) = MONTH(CURDATE()) THEN `Goal` * (DAY(CURDATE()) / DAY(LAST_DAY(CURDATE()))) WHEN MONTH(`Month`) > MONTH(CURDATE()) THEN 0 ELSE `Goal` ENDIf your data is structured differently and you can't figure out how to modify the beastmode to work please let me know and share a sample of the data.
If I solved your problem, please select "yes" above
0 -
The beast mode doesn't give me what I expected. It is giving me the goal value when I need it give me where they are now in the month this far.
The math is 18/31 = .58 * 3
when plugging it in I received 3 back, when it should have been 1.74 because that is what an operator has this far into the month.
also, my data is structured a little differently.
It's a month grain view and all the operators for each month have summed sales and sale amounts.
0 -
I replicated your sample data and plugged in my beastmode to the data and it worked as expected. See test column above. Here is the exact beastmode using your field names as provided:
CASE WHEN MONTH(`Monthly`) = MONTH(CURDATE()) THEN `Goal` * (DAY(CURDATE()) / DAY(LAST_DAY(CURDATE()))) WHEN MONTH(`Monthly`) > MONTH(CURDATE()) THEN 0 ELSE `Goal` END
If I solved your problem, please select "yes" above
0
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