I need help with comparison dates... tried to use format " text(fecha; "dd mm yyyy")" but I can't find the error

I need help with comparison dates... tried to use format " text(fecha; "dd mm yyyy")" but I can't find the error
Hi@Supremelimo,
Based on the issue you mentioned, you want to format your date value.
Please try this:
Filter(Indicadores;Text('FECHA DE INGRESO',DateTimeFormat.ShortDate) >=Text(Today(),DateTimeFormat.ShortDate))
Best Regards,
Qi Qiao