How to graph/program difference from average without hardcoding time frame?
We have a dataset that has 1 survey per row. Our ultimate end target is to show difference from average score by employee for varying time frames.
For example if the survey score overall average was 85 and the average of John Smith's surveys was 88 we want to show +3.
This can easily be programmed in and hard coded in ETLs if there is a set time frame you want to calculate the average over. However, ideally we would like the time frame to be able to be set/picked by the end user of the dashboard. For example to be able to see difference from average Last Week or Last Month or YTD based on the user's selection. This is where we are getting stuck. At the beast mode/card level i am not sure how to both calculate the Overall Average while also segmenting it by Rep so that we can calculate the Individual's Average. Any ideas on how to handle this?
I hope that explanation of what we're trying to do makes sense. Thanks!
Comments
-
Super easy!
Just UNION the data onto itself. And then replace the rep's name in the second copy with "all reps" then use a Window Function in Analyzer
sum(score) /
sum(sum(case when rep = 'all reps' then score end )) over ()
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 57 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive