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
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 663 Datasets
- 119 SQL DataFlows
- 2.3K Magic ETL
- 823 Beast Mode
- Visualize
- 2.6K Charting
- 86 App Studio
- 46 Variables
- Automate
- 193 Apps
- 483 APIs & Domo Developer
- 87 Workflows
- 23 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 117 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive