Hello! I have 50 saved questions in Metabase (PostgreSQL) that share:
- Identical column structure
- Text information
- Financial formulas that need consolidation
Goal:
Merge them into a single saved question to create a summarized financial report.
Problem:
Manually copying each query's SQL and combining with UNION ALL is impractical due to:
- Time-consuming process
- Risk of errors in formula aggregation
What I’ve tried:
UNION ALL
in a Native Query- Models
- Persisted Questions — I don’t have access to the Enterprise version.
- Snippets
Constraints:
- Cannot create new tables/views in the database
- Must stay within Metabase's native functionality (no external scripts preferred)
Key Questions:
- Is there a bulk export method for saved questions' SQL?
- Are there hidden features or workarounds for formula aggregation?