In the Select condition, I exclude rows that have their column Working_Teaching_Tips empty. However, when the user clicks on the column to see the list of suggested values, an empty option is displayed. The good thing is that it disappears if I try to select any options (see video).
Do you have any recommendation in changing the expression above to avoid seeing this glitch?
SELECT() naturally returns everything as a List. No need to further split it. Split is only sometimes with finicky EnumList columns where the data is already stored. And even then, it’s only sometimes needed.
Can I exclude specific values as well this way?
And if so…what am I doing wrong in my statement?
The “Exclude this value” keeps popping up in my generated list
UNIQUE(Registration[Destination]) - LIST(“Exclude this value”)