Order in Field Filter

I created some questions in SQL, and I used the FIeld Filter to filter some fields , example year, weeks, holliday, this filters having working well. So, when I use in a painel, the weeks filter not show the correct order, this information has resource in database, and in this table I had a field about the weeks and the number to be this order, but when I use in the filter didn't show this order.

Example:
How it appears: Domingo, Quarta, Quinta, Segunda, Sexta, Sabado, Terça
Translate - How it appears: Sunday, Wednesday, Thursday, Monday, Friday, Saturday, Tuesday
image

How I would like to show: Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sabado
Translate - How I would like to show: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday

I have a field in database with this numbers.

Please, How can I order this filter?
Thanks

Hi @ThaisaFernandes
It's not possible to control the dropdowns currently, it's always alphabetic order.
You would have to prepend a number to the days, like 1 Domingo etc.