Cathy Liu
09/09/2026, 4:49 AMkapa.ai
09/09/2026, 4:49 AMfirst_visit_date falls within a date filter range. Metrics automatically evaluate within the context of the date dimension connected to the dashboard date filter [Slack thread]. To set this up: 1. Create the Metric Create a standard count metric for the entity (for example, user or player ID): SELECT COUNT({label/player_id}) If you want the metric to respond only to the date filter and ignore other dashboard filters (like region, status, etc.), you can use: SELECT COUNT({label/player_id}) WITHOUT PARENT FILTER EXCEPT {first_visit_date} [Slack thread; Slack thread] 2. Connect the Dashboard Date Filter 1. In your dashboard, add or edit the Date Filter. 2. Connect the filter's dimension to your first_visit_date date dataset. 3. Choose your desired date range (e.g., This month, Last 30 days, or a custom interval). Once the date filter is mapped to the first_visit_date dimension, GoodData automatically scopes the metric to only include records where first_visit_date falls within the selected range [Slack thread]. đ 0 button đ 0 button âšī¸ Tip: Mention @kapa.ai in the thread for follow-ups. đ Our Support team monitors all messages and will jump in if needed.Cathy Liu
09/09/2026, 5:35 AMCathy Liu
09/09/2026, 5:37 AM