My exhaustive searching has so far been in vain, hoping someone here can help..
I have a gallery that is filtered using the following code in Items:
Distinct(Sort(Filter(AccountList, SALESPERSON = AELabelDD.SelectedText.Value && Prospect = TypeLabelDD.SelectedText.Value),Advertiser),Advertiser)
This works fine, but within the gallery, where normally I can customize a title or subtitle TEXT with ThisItem.Column the only thing it accepts is ThisItem.Value. In this particular case that Value is "Advertiser".
Is there a way to add the other column name into the gallery ITEMS box so it is available? Not familiar with the syntax for that.
Any help is greatly appreciated!