Hi there,
I have some long lists which are populate a bit random to say at the least, therefore it will be very hard to hardcode the dropdown filters.
I am building some test structures and something works and other do not.
I want to used some nice drop down filter to sort the data.
If I populate the drop-down menu in hand, everything is fine:

Juni is selected and I can get list item 971 ect..

Now I want to populate the drop-down menu automatic from the list
And I want to be distinct so I do not get a tons for the same months.
The month here are in the column "Title"

So I try with Distinct:

And the drop-down is not populated after the first 500 lines..

And I seem not to be able to Filter and then call Distinct

This is not working...
Maybe I am attacking this wrong.. I hope you can help. Many Thanks.