Hello
I have a sharepoint table with a column called"Name" and basically I want to create a dropdown field that shows all the existing records under the "Name" column but still has a choice to select "Show All". The "Show All" value does not exist in my sharepoint table.
Here is my measure for the dropdown -> Items -> ForAll(Distinct(Tasks,Name), {Result: ThisRecord.Value})
It shows all the existing records that are good but the only thing I am missing is the "Show all" that I can select.
Thanks for help