Avg. Created Opportunities
Hi,
I'm trying to create a Beast Mode calculation that will let me see the average opportunity by month (distinct by year) over all time (not actually broken out by month, but by individual who created them).
Currently I have this, which counts as several years being the same month. How do I group them easily to be distinct? i.e. Jan 2016 is distinct from Jan 2017
So:
COUNT(DISTINCT`License Sales Opportunities-Id`)/
count(DISTINCT Month(`License Sales Opportunities-CreatedDate`))
Thank you!
Best Answer
-
In the last distinct count, if you replace the month with something like this to capture year
Concat(Month('Sales'),Year('Sales'))
That should allow you to keep your months distinct between years.
Let me know if you have any other questions,
Valiant_Ronin
0
Answers
-
In the last distinct count, if you replace the month with something like this to capture year
Concat(Month('Sales'),Year('Sales'))
That should allow you to keep your months distinct between years.
Let me know if you have any other questions,
Valiant_Ronin
0 -
Worked like a charm, thanks!
0
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 969 Connectors
- 256 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 501 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 375 Beast Mode
- 20 Variables
- 485 Automate
- 103 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive