I need to set a combobox in my Teams Powerapp with distinct values from a Dataverse table text column. I have been unsuccessful so far. I thought maybe the solution would be to use a view and have the view only show a list of distinct items, but don't know how I would accomplish this.
I do have a view to use for this. None of the different combinations I have tried actually result in the combobox showing any items. The TeamName column is the first in the list of field in the combobox property dialog.
I don't have any errors, however there is nothing showing in the combobox. I could use a dropdown but it doesn't give me access to any of the other columns if I do that.
Distinct(Filter(OnCallSchedules, 'OnCallSchedules (Views)'.Teams), TeamName).Result
Distinct(Filter(OnCallSchedules, 'OnCallSchedules (Views)'.Teams), TeamName)
Distinct(OnCallSchedules, TeamName)
Distinct(OnCallSchedules, TeamName).Result
