How do you perform a calculation within a pivot table?

I have two rows on my pivot table—one for revenue and one for costs. Trying to get to profit.
Is there a way to perform the profit calculation using a beast mode, and then making that beast mode a row?
Picture attached for context.
Thanks!
Best Answers
-
You can do a conditional beast mode to calculate your revenue or cost calculations and not use the type as a grouping
Revenue
CASE WHEN `Description` = 'Revenue' THEN `Actuals` ELSE 0 END
Cost
CASE WHEN `Description` <> 'Revenue' THEN `Actuals` ELSE 0 END
Profit
CASE WHEN `Description` = 'Revenue' THEN `Actuals` ELSE 0 END - CASE WHEN `Description` <> 'Revenue' THEN `Actuals` ELSE 0 END
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
@muahmmad_zaidi It looks like @marcel_luthi and @jguzman answered a similar question to this earlier this week. Take a look and see if this applies to what you're looking for
0
Answers
-
You can do a conditional beast mode to calculate your revenue or cost calculations and not use the type as a grouping
Revenue
CASE WHEN `Description` = 'Revenue' THEN `Actuals` ELSE 0 END
Cost
CASE WHEN `Description` <> 'Revenue' THEN `Actuals` ELSE 0 END
Profit
CASE WHEN `Description` = 'Revenue' THEN `Actuals` ELSE 0 END - CASE WHEN `Description` <> 'Revenue' THEN `Actuals` ELSE 0 END
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
@muahmmad_zaidi It looks like @marcel_luthi and @jguzman answered a similar question to this earlier this week. Take a look and see if this applies to what you're looking for
0
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 970 Connectors
- 259 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 502 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 379 Beast Mode
- 21 Variables
- 487 Automate
- 104 Apps
- 379 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 319 Distribute
- 67 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 64 Community Announcements
- 4.8K Archive