Total sales is 100% Calculation

Hi, i have tried solving this calc for the whole day but to no avail.
Sincerely looking for help to calculate % of Sales in beast mode. I need my sales (of the selection whether by calendar type, location, custom period) to be always 100%, the sum of each category (numerator) will be divide by the total sales (14m in this case as denominator) to get the % of sales.
This is my current formula but it doesn't work as intended
SUM(Actual Custom
) /
NULLIF(SUM(CASE
WHEN Header 1
= '01-Sales' THEN Actual Custom
ELSE 0
END) OVER(), 0)
Thanks.
Best Answer
-
I see, your data is structured with semi-additive measures, rather than additive measures. If the data was structured with additive measures then you could use the "% of Column" option, instead you have to create a beast mode because SUM(Actual Custom) is greater than 14,312,756, is that correct?
If so, I think a FIXED function will work for you…
SUM(Actual Custom) / SUM(SUM(CASE WHEN Header 1 = '01-Sales' THEN Actual Custom END) FIXED ())
The above should work if there is only one '01-Sales', but if it's segmented by another dimension, like a Region for example, then you would need to indicate what it's fixed by:
SUM(Actual Custom) / SUM(SUM(CASE WHEN Header 1 = '01-Sales' THEN Actual Custom END) FIXED (BY Region))
0
Answers
-
To get a % of Total you can select Show Value As, and then click % of Column Total
0 -
If i were to use % column total is not right for my scenario. as stated, my measures include sales, cost, income, for my calculation, i need to use 14,312,756 as my denominator, which later equivalent to 100%.
the suggestion will take sales + cost + income=100% .
0 -
I see, your data is structured with semi-additive measures, rather than additive measures. If the data was structured with additive measures then you could use the "% of Column" option, instead you have to create a beast mode because SUM(Actual Custom) is greater than 14,312,756, is that correct?
If so, I think a FIXED function will work for you…
SUM(Actual Custom) / SUM(SUM(CASE WHEN Header 1 = '01-Sales' THEN Actual Custom END) FIXED ())
The above should work if there is only one '01-Sales', but if it's segmented by another dimension, like a Region for example, then you would need to indicate what it's fixed by:
SUM(Actual Custom) / SUM(SUM(CASE WHEN Header 1 = '01-Sales' THEN Actual Custom END) FIXED (BY Region))
0 -
Thank you very much! It works
1
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 308 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 660 Datasets
- 117 SQL DataFlows
- 2.2K Magic ETL
- 815 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 84 App Studio
- 46 Variables
- 779 Automate
- 191 Apps
- 482 APIs & Domo Developer
- 83 Workflows
- 23 Code Engine
- 41 AI and Machine Learning
- 20 AI Chat
- 1 AI Playground
- 2 AI Projects and Models
- 18 Jupyter Workspaces
- 413 Distribute
- 121 Domo Everywhere
- 281 Scheduled Reports
- 11 Software Integrations
- 145 Manage
- 141 Governance & Security
- 8 Domo Community Gallery
- 49 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 115 Community Announcements
- 4.8K Archive