My goal is to have a Metabase dashboard filter (e.g., a dropdown or input field) that gets its values from a stored procedure result. Instead of using a static query or table/view, I want to run a stored procedure, extract its output, and use that as the source for filtering data across one or more dashboard cards. Is it possible to use?
Please don’t use stored procedures for analytics, you’ll save yourself from tons of headaches