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
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 655 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 811 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 80 App Studio
- 45 Variables
- 771 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 77 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 113 Community Announcements
- 4.8K Archive