Hey guys,
I'm trying to get a count of unique or distinct values in a query. When I run sort-group by, I get unique values, but when I switch to count to sort, I'm getting a count of total count that includes duplicates. I'm trying to count the number of group by values (if that makes sense). Is there way to do this without writing it in SQL?
Thanks,