I have a gallery with a datasource FavMix which is an Excel table on OneDrive. There are several blank rows in this table which are showing up as blank records within the gallery that I would like to hide. One of the column names is MixName. I have the following formula within the Visible property of the gallery:
Filter(FavMix,!IsBlank(MixName))
I have tried several different ways of doing this filter based on other posts with similar issues but continue to get errors.
The error I am getting is: Expected Boolean value.