Hello, i think that this question is simple, but i can't think a properly way.
Sort(
AddColumns(
GroupBy(
MeioBombeadoCollection1;
"MEIO (DADO TRATADO)";
"mostOften"
);
"total";
CountRows(mostOften)
);
total;
Descending
)
in this code, my sort only results in two collums, the one with "total" and "MEIO (DADO TRATADO").
I wanna insert another one from the main collection "MeioBombeadoCollection", how can i bring together this in sorting?