I have four Galleries. I want the visibility of each controlled
by the contents of each gallery's DatePicker. If the DatePicker
is blank hide the gallery.

Each DatePicker has a version of the following formula.
If(!IsBlank(Edit_PO_Reference_ID_Fld.Text), ThisItem.First_Purchase_Order_Revision_Date,Blank())
The only gallery that has a blank DatePicker (which is also
blank in the SharePoint list) is Gallery3, yet all Galleries are
visible. I can't figure out how to control the visibilities of the
galleries.
If I change the formula to !IsBlank...all of the galleries are
hidden.
What am I missing?
Goal, is Gallery DatePicker is blank hide Gallery.
