How to Update Metric Card Visualization on User Filter List

Hi all looking for some advice.

So let’s say I have a metric I want to display called “Mean Duration Minutes” in a metric card. Calculating the stat itself is very straightforward, take the input set, filter on user filter list, and then aggregate the mean.

But what if I wanted to display the visualization in the metric card?

Metric cards have an option to show a visualization which takes in a time series set (with one object) and then you can choose a property to visualize. The thing is I’m having trouble finding a way so that the incoming time series property is then filtered by the filter list, changing the visualization depending on the current active filters.

I guess the question boils down to: How can you use a filter list to filter incoming time series property data?

Thanks for reading and any advice is appreciated