Here’s a neat workflow to get the limit your pivot to the top 20 values. In this example I’ll work with eCommerce product data and use Omni’s filter by query feature.
-
First off, we’ll make a tab called
Top 20 Productsand get theproduct namedimension and order bySale Price Sum. We’ll set the limit to 20 so that we are getting the Top 20.
-
In a second tab, we’ll add a filter on
Products Nameand selectis from another query. We can then select from theTop 20 Productstab query on theProduct Namefield.
-
Then we’ll add
Created At Month, pivot byProduct Nameand now we’ll a monthly pivot of our top 20 products and we’ve got what we wanted nice and quick!
Extra notes
This is really useful for cohort analysis.
We can also go further an filter on multiple queries too.
You can view the demo of Filter by Query here.


