How to only show the amount of monthly value only once instead of the sum over the whole period?
Hi, so I have a dataset that looks like this (fictive dataset):
Employee Name Date Sales Monthly Quota
Sally 11/3/2018 5,000 10,000
Andrew 11/3/2018 4,500 15,000
Michelle 11/4/2018 3,500 9,000
Sally 11/6/2018 1,000 10,000
Sally 11/7/2018 700 10,000
Andrew 11/8/2018 2,500 15,000
Andrew 11/9/2018 3,000 15,000
Sally 12/4/2018 2,000 10,000
Michelle 12/6/2018 4,500 9,000
I am making a card using the dataset, but how do I make the monthly quarter appear as monthly quota for each person, instead of the sum of all monthly quotas for each person, which is what's happening now?
Comments
-
On each row you should only see the sum of that Sales Rep's quota. In a table there is no way to show the sum of all quotas on every row unless your ETL and underlying data is problematic. If you have data, similar to below, you'd need to change Date to just Month() or MonthName() from beast mode...then do your sum(Quota) as the column. That "should" work if I understand the question correctly.
0 -
Depending on the card type, either show the average of quota or using no aggregation might work.
This will not work if you then change the date grain to say yearly nor will a table total work either. If you need it to work under those scenarios, I would split the data set(sales and quotas), remove the duplicated quotas and reappend the quotas so that they are on different rows as the sales.
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.8K Visualize
- 2.5K Charting
- 737 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 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