Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

HELP! Employee Size Range Chart/Table

I'm not sure what the best practice for this kind of thing is. I've tried a few things and have gotten close, but I don't know where to go from here. So I have this table that contains Company ID, Em...
  • Greg_Deckler's avatar
    8 years ago

    Seems like you could just create a New Table and use SUMMARIZE?

     

    Table = SUMMARIZE(EmployeeTable,[Company ID],"Count",COUNT([Employee ID]))

    Something along those lines?