A common workflow is taking a table, aggregating it, and then analyzing patterns in the aggregation. For example: take an orders table, aggregate it to count of orders per user, and then understand % of users per count of lifetime orders. Often, this results in a histogram-type chart that plots the number of values that fall into a given range.
In Omni, this binning & regrouping workflow is simple with our Saved Views feature:
- Aggregate your table (i.e. aggregate
orders
to orders per user) - Save the query as a view
- Navigate to all views & fields to find the table
- Bin values using the Bins UI
- Select the binned field and the count field, and then visualize
Here’s a quick video showing how this works in practice: