how can i create a calculated field based off buckets?


Hi all,
Recently I created pricing buckets for the amount of loan a borrower took out. This works
Right now, we have two different visuals that show 2021 vs 2022
This is ok but we would rather be able to see both of these graphs in one with the different years in different colors. Is there any way to do this?
The only way I know how to set up a period over period visualization is with the year on the x axis - which in this case doesn't work.
If this helps, feel free to agree, accept or awesome it!
Best Answer
-
Wrap your beast mode in a case statement to check for this year and then another to check for last year
This Year Count:
CASE WHEN YEAR(`Fiscal Date`) = YEAR(CURDATE()) THEN COUNT(`Field`) END
Last Year Count:
CASE WHEN YEAR(`Fiscal Date`) = YEAR(CURDATE())-1 THEN COUNT(`Field`) END
You can then put both of these beast modes as your y value / series values and make sure you select a group type bar chart.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0
Answers
-
Wrap your beast mode in a case statement to check for this year and then another to check for last year
This Year Count:
CASE WHEN YEAR(`Fiscal Date`) = YEAR(CURDATE()) THEN COUNT(`Field`) END
Last Year Count:
CASE WHEN YEAR(`Fiscal Date`) = YEAR(CURDATE())-1 THEN COUNT(`Field`) END
You can then put both of these beast modes as your y value / series values and make sure you select a group type bar chart.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0 -
The 'graph by' setting is set to graph by year. Not sure why the output is like that.
If this helps, feel free to agree, accept or awesome it!
0 -
I don't think you want 'graph by' since it's not really a time series. You're using the year as a categorical variable and applying it as the series value. I would get rid of the 'graph by', and then double check your sorts
0
Categories
- All Categories
- 1.2K Product Ideas
- 1.2K Ideas Exchange
- 1.3K Connect
- 1.1K Connectors
- 273 Workbench
- Cloud Amplifier
- 3 Federated
- 2.7K Transform
- 78 SQL DataFlows
- 524 Datasets
- 2.1K Magic ETL
- 2.9K Visualize
- 2.2K Charting
- 434 Beast Mode
- 22 Variables
- 510 Automate
- 114 Apps
- 388 APIs & Domo Developer
- 8 Workflows
- 26 Predict
- 10 Jupyter Workspaces
- 16 R & Python Tiles
- 332 Distribute
- 77 Domo Everywhere
- 255 Scheduled Reports
- 66 Manage
- 66 Governance & Security
- 1 Product Release Questions
- Community Forums
- 40 Getting Started
- 26 Community Member Introductions
- 67 Community Announcements
- 4.8K Archive