Forum Discussion
rosscortb
7 years agoPost Patron
Help with Division
Hello, I want to create a column that shows Total Absence Days by month divided by Total Headcount by month. I have so far. Any help would be appreciated. Total Days Lost Per Person =...
- 7 years ago
in the first sum after the column name you close the function with ) ?
rafaelmpsantos
7 years agoResponsive Resident
in the first sum after the column name you close the function with ) ?
rosscortb
7 years agoPost Patron
Hi
I dont think that's what I am looking for I think it might be CountRows for the headcount piece?
divide(SUM('DB Absence'[Total absence days]),Countrows('DB Headcount'[ID]))
- rafaelmpsantos7 years agoResponsive Residentuse distinctcount