I am trying to apply this idea inside a gallery, on the visible property of an icon. I can't seem to get the syntax right, I'm getting "invalid argument type." Inside the gallery it would be ThisItem=Last(whatever)?
If(ThisItem=Last(Filter(Datasource,Field=value,Field2=Value2)),true,false)
I'm pretty sure "ThisItem" is the single record within the gallery - if I start typing
If(ThisItem.
I see the fields of the table in question in the auto fill area