Hey all,
I have a model-driven app using Dataverse and am trying to count all the unique records in a column, but don't seem to be able to.
I'm looking or something similar to 'select count(Distinct(columnName)) from tableName' like in SQL.
Tried creating a Canvas Page with the distinct function, but it definitely does not count all records - probably some delegation issue without actually displaying any error.
Thanks