What is the problem or goal you're trying to solve or accomplish?
When a native filter's underlying column has more than 1000 distinct values, the dropdown silently caps at 1000 with no indication more exist. For dashboards shared externally with customers, viewers have no visual cue that the list is incomplete, which can look like the filter only has 1000 total options.
How are you solving it currently?
"Dynamically search all filter values" lets users search past the cap by typing, but doesn't help if they don't know a value is missing in the first place, or need to just see that there's more than 1000.
What is your recommended solution?
Show a count indicator when capped, e.g., "Showing 1000 of X values" or similar, so users (especially external dashboard viewers) know the true scope even if the full list isn't loaded.