Categories
- All Categories
- Oracle Analytics Learning Hub
- 23 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 233 Oracle Analytics News
- 45 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
HCM - Calculate average number of goals per employee
MariaStanciu
Rank 1 - Community Starter
Hello,
What would be the best way to Calculate average number of assigned performance goals per employee with breakdown per department?
Formula needed is = Total count of goals / Total count of employees (per department)
Thank you!
Tagged:
0
Answers
-
To calculate the average number of assigned performance goals per employee by department in OTBI Fusion Cloud, use a custom measure with a division of two distinct counts: total goals and total employees, grouped by department.
0 -
If I remember correctly, Performance Goal Details Real Time can be used and if you can create a calculated measure for average goals per employee
COUNT("Goal"."Goal Identifier") / COUNT(DISTINCT "Worker"."Person Number")
Hope it helps!
0

