Forum Discussion

s4spencer's avatar
s4spencer
Regular Visitor
5 years ago
Solved

Group By Name Then Add Column With Count Of Each Group

Hi,   I'm trying to group together names and then get a count of each group, and add the count of the records group to itself (for every row). There's an example below. I do specifically need it t...
  • camargos88's avatar
    5 years ago

    s4spencer ,

     

    Create a new column with:

     

    Count = CALCULATE(COUNT('Table'[[Name]]]), ALLEXCEPT('Table', 'Table'[[Name]]]))