I thought I had this thing figured out. I have a gallery whose filter is by a company name selected. And the selection is done by a combobox.
The code for the gallery's Item property is:
If(IsEmpty(ComboBox.SelectedItems),ListName ,Filter(ListName ,ID in ComboBox.SelectedItems.ID))