I need to remove duplicate records from a gallery that displays this data, but I cannot lose the essence of this formula, which is essential for the use of my application.
1. The column I need to remove the duplicates is 'Station with APA'
2. I tried with distinct at the beginning of the formula but it gave an error at the end, disappeared all the data in the gallery o.O

If(
!IsBlank(ComboBox1_1.Selected.Value);
Filter(
ListaEditavelOperacoes;
Len(ComboBox1_1.Selected.Value) = 0 || Time = ComboBox1_1.Selected.Value
);
Filter(
ListaEditavelOperacoes;
Ativo = "23;j4;2i35j2;3'51j3902jr'23j"
)
)
my code,
thanks!!