In an SQL DB, or similar, I'd create a View with a SELECT DISTINCT on the relevant column; how can I do the equivalent in Dataverse? i.e. I want to create a Table or View that contains unique values from a column in another Table
Note this question is not related to Power Apps, where the DISTINCT function is available