Forum Discussion
gracie494
Helper I
5 years agoDax - Count in Column based on a specific field
Hello, How do I perform a count of the Cons group in each specific reporting unit. The output I am trying to achieve is in green:
amitchandak
Super User
5 years agogracie494 , Try
a New column
= calculate(distinctcount(Table[ConsGroup]), filter(Table, [ reporting unit] =earlier([ reporting unit])))
gracie494
Helper I
5 years ago