Forum Discussion
Anonymous
3 years agoNot applicable
Creating a Percentage column - Beginner
In my company table, I have a column of employees, a column of registered employees and I am trying to make a 3rd column to show the percentage of employees who have registered. I have tried a new me...
- 3 years ago
NewMeasure=DIVIDE(SUM(Table[Registered]),SUM(Table[Total Employees]),0)
wdx223_Daniel
3 years agoCommunity Champion
NewMeasure=DIVIDE(SUM(Table[Registered]),SUM(Table[Total Employees]),0)