Sam Mayen
05/21/2026, 8:30 PMkapa.ai
05/21/2026, 8:30 PMfilterValues is simply defined as an array of strings with no explicit maximum count specified. [API Reference] However, from community discussions, there is a practical limit of approximately 1,200 values when sending filter values via API requests â beyond that, requests appear to fail, seemingly due to payload size constraints rather than a strict SQL-level limit. [Community Slack] It's worth noting that this is a separate limit from the dashboard attribute filter limit of 500 selected values, which applies to UI-level attribute filters on dashboards. [Filter Limits] If you're working with a large number of filter values (e.g., thousands of user IDs), GoodData support recommends considering alternative approaches such as: âĸ Adjusting the LDM to model the relationship (e.g., a UserManager dataset linking users to managers), and using User Data Filters (UDFs) with an IN expression. âĸ Workspace Data Filters applied at the dataset level for tenant-based data separation. For the most accurate and up-to-date limit, I'd recommend reaching out to GoodData support directly, as this may vary by deployment. đ 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.Shamil Akhmadyshev
05/22/2026, 7:08 AMSam Mayen
05/22/2026, 5:09 PM