Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pages/changelogs/2025-11-13-filter-at-item-level.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Filter at Item Level"
slug: "changelog-2025-11-13-filter-at-item-level"
hidden: false
createdAt: "2025-11-13T19:59:02.165Z"
updatedAt: "2025-11-13T19:59:02.165Z"
date: "2025-11-13"
thumbnail: "/changelog/segment-coloring.png"
video: ""
description: "Mixpanel now allows you to select the colors of various segments in your reports. You can choose the color for a particular segment by clicking the legend at the top of the chart. Choose between colors that exist in the theme, or choose an entirely separate color."
isAnnouncement: false
---

<ChangelogPostHeader
date="2025-11-13"
image="/changelog/segment-coloring.png"
title="Filter at item level"
/>

Mixpanel now allows you to choose “Matching items” to filter and aggregate only the list elements that meet your condition. Previously, when filtering on list properties like cart, filters used to apply to the entire list — not the individual items inside it. For example, if you filtered for cart.category = Garden, Mixpanel would include the entire cart’s revenue if just one item was from Garden, even if the rest were not.

For example, if you filter on cart.sale_price > 25 and were aggregating by taking the sum of cart.price then the sum would only be on elements that have cart.sale_price > 25.

<VideoButtonWithModal src="https://www.loom.com/embed/164cee809f034b6cb8db3e67adfd3d71" />