Finding averages based on selected ID (client)
The data I am working is at an asset level (example below) and I would like to find the average of all client ages accurately when looking at any segment of asset.
Client | Account | Asset | Age |
---|---|---|---|
Client 1 | Acc 1 | Sec1 | 50 |
Client 1 | Acc 1 | Sec2 | 50 |
Client 1 | Acc 2 | Sec3 | 50 |
Client 1 | Acc 2 | Sec4 | 50 |
Client 1 | Acc 2 | Sec1 | 50 |
Client 1 | Acc 2 | Sec2 | 50 |
Client 2 | Acc 1 | Sec1 | 25 |
Client 2 | Acc 1 | Sec2 | 25 |
Client 2 | Acc 1 | Sec3 | 25 |
Client 2 | Acc 1 | Sec4 | 25 |
Client 3 | Acc 2 | Sec1 | 28 |
So for instance, assuming that asset levels Sec2 and Sec3 are of interest, I would like to be able to know the average client age for the clients who possess these asset (in this case which would be Client1 and Client 2).
Thank you.
Answers
-
Hi have you seen the FIXED BY functions in beast modes. This sounds like what you are describing in this case. Check out this article from the knowledge base:
Thanks
0 -
Charles, thank you for your response; however, I wasn't able to get the answer I am expecting from domo.
Any other ideas please? I am still very new to domo and still learning.
Thank you in advance.
0 -
@COYirenkyi I second @Charles_Fike's recommendation using FIXED functions since they provide a higher level of flexibility when aggregating data. If you are interested in the average age by asset, start by creating a card that displays the Asset as a dimension so that your data is grouped by Asset. Then you can use this beast mode as your measure:
avg(avg(`Age`) fixed (by `Client ID`))
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 296 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 614 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 729 Beast Mode
- 53 App Studio
- 40 Variables
- 677 Automate
- 173 Apps
- 451 APIs & Domo Developer
- 45 Workflows
- 8 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 121 Manage
- 118 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive