I have the following in the 'Items' portion of a Dropdown.
Sort(Distinct(Filter(EmployeeShort,Separation = false),'Job Title'),Value,SortOrder.Ascending)
My expectation was that it would select "distinct/unique" values from a column named 'Job Title' from my SP List named EmployeeShort. I am not receiving all values. Any suggestions regarding my error?