I have this formula as part of a combobox items property:-
Filter(
Distinct(colRelatedPostingUnPostingForms, 'Location Name') As v, v.Value in ShowColumns(Filter(Locations,
StreetTitleSync in ShowColumns(PostingFormStreetComboBox.SelectedItems,"Title")),"Title"))
the idea is that i only want to show the Location Name for the selected Streets from the PostingFormStreetComboBox... but currently i am getting that the ShowColumns has some invalid arguments.. any advice?