Hi,
I have made a app where you can see every task available. And now i want to filter these task. So i have made a disctinct collection on every column i want to filter (and added a colum so i can see wich one's are selected) en put these collections in a gallery. So i can create the folowing picture

So far everything works and i can select the column and the filter does it job.
But the problem lies in the Status column (sharepoint Choice column). On the picture you can see that there is the amount of records visible after every choice. But you can see it works on every filter except Status.
The code below generate the text. The other Filters are generated the same way.
ThisItem.Value & " (" & CountRows(Filter(galWerkbonnen.AllItems;Ploeg = ThisItem.Value)) & ")"
Thanks at advance!
Kind regards,
Ward