Create a Histogram with More Buckets

Dont_Drop_the_DB
Domo Employee
in Magic ETL
Domo's histogram card currently only allows a maximum of 20 buckets which may not be enough. How do i create a histogram with 1000 buckets?
0
Best Answer
-
One way to do this is with the Width_bucket function in a beast mode. This function allows you to create custom buckets for your histogram.
For example,
WIDTH_BUCKET ( `mean`, 0, 60000, 4000 )
or
WIDTH_BUCKET ( `mycolumn`, histogram_min, histogram_max, Number_of_buckets )
Try this
- Create a new card and choose the normal vertica bar chart
- Create a new Beastmode, let's call it "Bucket".
-
WIDTH_BUCKET ( `mean`, 0, 60000, 4000 )
-
- On the Vertica bar chart
- X-axis
- =Bucket (this is the beast mode we just created)
- Y-axis
- Count of the mean
- This should be the count of the means
- Count of the mean
- Sorting
- =Bucket Ascending (No aggregation)
- X-axis
This should give you a nice histogram with however many buckets you need. See attached images for more context.
0
Categories
- 7.7K All Categories
- 3 Connect
- 919 Connectors
- 244 Workbench
- 477 Transform
- 1.8K Magic ETL
- 60 SQL DataFlows
- 446 Datasets
- 37 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
- 27 Product Ideas
- 1.1K Ideas Exchange
- Community Forums
- 14 Getting Started
- 1 Community Member Introductions
- 49 Community News
- 18 Event Recordings
- 579 日本支部