Distinct count aggregation
I am not sure how to apply distinct count as aggregation while do group by ?
There is check box "distinct", even though i enable that still does not give distinct count.
Can someone help me to apply distinct count as aggregation in group by
0
Comments
-
I suggest testing the Group step/action with some simple/limited volume data to understand how it works.
Count:
Count by Country column:
Update Count aggregate using Distinct and select the column to be checked for distinct/uniqueness:
Or without grouping:
0 -
Thanks @Josh Boxer ,
Now it works,0