Problem Statement
Currently, Windsor requires a field (e.g., campaign_name) to be included in the query output in order to apply a filter to that field. This prevents users from retrieving aggregated totals based on a specific naming convention without also pulling the individual breakdown rows.
Requested Functionality
The ability to apply a Filter to a dimension (e.g., campaign_name CONTAINS “AU”) while keeping that dimension excluded from the final data output.
Use Case
Goal: Retrieve a single row representing the total daily performance for all “AU” campaigns combined.
Current Limitation: The user must pull every individual AU campaign row and use a secondary Google Sheets tab to manually SUM the results.
Competitive Note: This functionality is currently standard in tools like Supermetrics, allowing for cleaner, “report-ready” data pulls without manual post-processing.