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
- 10.5K All Categories
- 5 Connect
- 915 Connectors
- 250 Workbench
- 459 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 186 Visualize
- 250 Beast Mode
- 2.1K Charting
- 11 Variables
- 16 Automate
- 354 APIs & Domo Developer
- 88 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 245 Distribute
- 62 Domo Everywhere
- 242 Scheduled Reports
- 20 Manage
- 41 Governance & Security
- 170 Product Ideas
- 1.2K Ideas Exchange
- 10 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive