Hello,
I'm trying to filter a look up drop-down to sort by ascending order, remove all blank values, and show only distinct values as well. My current formula is:
Distinct(Filter(Choices('HAFS US OTC Help Desk Ticket Log'.'State Lookup'), Not(IsBlank(Value))),'State Lookup')
If I remove the Distinct part of the formula it works and there are no blank values but with the distinct filter added I get no results. The formula does not return an error in PoweApps, however. Any help would be greatly appreciated. Thank you!