Filters should be prepopulated with all the distinct values of the field
Today global dashboard filter values are populated with a subset of the values of the fields chosen for the filter.
The current way that the dashboard filter functions is that it takes 50 random documents from a pool of 10000 documents for each data source in the dashboard filter cards.
Charts should populate the values with all the distinct values of that field or allow to pre-build with a pipeline the values the user can select in the filter
1
vote

-
Jorven commented
Filters should show all unique values of a field, but right now they only show a small random sample. Instead, filters should use all distinct values or let users choose values to include before using the filter.