Hey everybody
I have a sharepoint list with a few columns:

I have a form that is connected to another list where i use this in my Items property:
Distinct(
Filter(
MyCollection,
Value(currentEditRole) = 1 ||
HeadofEntityEmail = User().Email
),
LegalEntity
)
There are also some entries where the Legal Entity is empty/blank.
Can i somehow exclude the blank option from my dropdown choices?
In this screenshot you see, that the second option is the blank value i want to remove:

Thanks in advance