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!
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
- 7.7K All Categories
- Connect
- 917 Connectors
- 242 Workbench
- 475 Transform
- 1.8K Magic ETL
- 60 SQL DataFlows
- 446 Datasets
- 35 Visualize
- 198 Beast Mode
- 2K Charting
- 8 Variables
- 1 Automate
- 348 APIs & Domo Developer
- 82 Apps
- Workflows
- 14 Predict
- 3 Jupyter Workspaces
- 11 R & Python Tiles
- 241 Distribute
- 59 Domo Everywhere
- 241 Scheduled Reports
- 15 Manage
- 36 Governance & Security
- 23 Product Ideas
- 1.1K Ideas Exchange
- Community Forums
- 15 Getting Started
- 1 Community Member Introductions
- 49 Community News
- 18 Event Recordings
- 579 日本支部