Percent of Total on Table Chart
Comments
-
You'll need to edit your ETL process to add a column that provides the 'Total' for that metric and repeats it for each row.
Example:
Measure Total
1 10
4 10
5 10
Then at the card level you can do
SUM(`Measure`) / MAX(`Total`) * 100
That will give the 'Percent of Total' you're looking for.
Let me know if you have any other questions,
Valiant
0 -
That being said. I think that a cross table is a fairly common analytical tool that seems to be missing from Domo currently. I think I'll add this as a feature request. Cross Table Card
You can vote for the idea here: https://dojo.domo.com/t5/Ideas-Exchange/Cross-Table-Card/idi-p/35262#M6648
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0 -
Hello, Valiant,
I did the % calculation as you suggested and got the %. However, for my table card, if I only want to see top 10 rows and % calcualtion is based on the total of the top10. Is there a way to do this?
Thank you.
Olivia
1 -
You can use SQL functions in Beastmode (not documented though).
Try this:
SUM('field name')/SUM(SUM('field name')) OVER ()
4 -
Love it - thanks for posting!
0 -
If you haven't worked with Windowed Functions before, I give a longer (15min) answer on YouTube for a related use case.
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"2 -
@simontarry76 Thank you so much for posting this! It was an absolute game changer and saved us trying to customize a dataflow to support about 10 different % of total dimension combinations.
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