Interactively selecting and tagging data

Greetings! At work we currently using a bunch of Jupyter Notebooks that were created to help our analysts interactively select and tag data. I would like to leverage a BI tool to implement this functionality in a way that would be easier for us to maintain and nicer for our analysts to utilize.

I've been poking around in the documentation, but there's a couple of things I'm unsure of:

  1. From a graph, can a dashboard user click on a value and see the underlying values?
  2. Then how would I go about adding a custom button enabling the user to send these values to an external server?

Thanks :slight_smile:

  1. yes, you can do drill downs and also use custom links
  2. that's not possible unfortunately, but we welcome ideas in our github repo!

@LinuxLefty

  1. https://www.metabase.com/learn/questions/drill-through
  2. There's a request for that:
    https://github.com/metabase/metabase/issues/3737 - upvote by clicking :+1: on the first post
    It's possible to add external links with Click Behavior to create something similar:
    https://www.metabase.com/learn/dashboards/custom-destinations