How to calculate % change between these two years in a beast mode on several columns of data?


IF I SOLVED YOUR PROBLEM, PLEASE "ACCEPT" MY ANSWER AS A SOLUTION. THANK YOU!
Best Answer
-
I know you are asking for a Beast Mode solution but I hope this is helpful to consider.
One way to do this is to Unpivot your data, then use a beast mode for each year as a column in a pivot table.
Your columns would end up being along the lines of: Metric Label, 2022, 2023
2022 defined as:
CASE WHEN YEAR(`Date`) = '2022' then `Value` else 0 end
2023 defined as:
CASE WHEN YEAR(`Date`) = '2022' then `Value` else 0 end
You'd end up with a table very similar to what you show in your example, and with some tweaking on the coloring and heading rows would likely satisfy the requirement.
0
Answers
-
Hi, what does the underlying data look like?
0 -
I know you are asking for a Beast Mode solution but I hope this is helpful to consider.
One way to do this is to Unpivot your data, then use a beast mode for each year as a column in a pivot table.
Your columns would end up being along the lines of: Metric Label, 2022, 2023
2022 defined as:
CASE WHEN YEAR(`Date`) = '2022' then `Value` else 0 end
2023 defined as:
CASE WHEN YEAR(`Date`) = '2022' then `Value` else 0 end
You'd end up with a table very similar to what you show in your example, and with some tweaking on the coloring and heading rows would likely satisfy the requirement.
0
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