On this page you will find the specifications regarding the Model: Employee Analysis and Fact Table: EMPLOYMENT ANALYSIS MEASURES.
Attribute | Description (where applicable) |
Aggregation of measures is based on SUM if not explicitly noted.
This section describes the basic measures in the cube. These are either measures defined in the core Information Source, in the model itself or in the ETL process. The columns have the following meaning:
Measure | Calculated Y/N | Contains Time Intelligence Y/N | Definition/Note (where applicable) | Aggregation Type | Hidden Y/N | Measure Expression |
Age | Sum of the Age as per the last reporting date | N | VAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ('EMPLOYEE ANALYSIS'[AGE] ), 'REPORTING DATE'[ID] = LastReportingDate ) | |||
Avg Period Curr Employment | Average of Current Employment | N | SUM('EMPLOYEE ANALYSIS'[Current Employment])/DISTINCTCOUNT('EMPLOYEE ANALYSIS'[DIM_EMPLOYMENT_ID]) | |||
Avg Period FTE | Average of Period FTE | N | SUM('EMPLOYEE ANALYSIS'[PERIOD_FTE])/DISTINCTCOUNT('EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID]) | |||
Avg Period Headcount | Average of Period headcount | N | SUM('EMPLOYEE ANALYSIS'[PERIOD_HEADCOUNT])/DISTINCTCOUNT('EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID]) | |||
Count Employees Rows | Count of employees with a value for the Age | N | CALCULATE ( COUNTROWS('EMPLOYEE ANALYSIS'), FILTER ( 'EMPLOYEE ANALYSIS', 'EMPLOYEE ANALYSIS'[Age] <> BLANK() && 'EMPLOYEE ANALYSIS'[SUM_AGE] <> 0 ) ) | |||
Current Work Experience | Sum of Current Work Experience for the last reporting date | N | VAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ( 'EMPLOYEE ANALYSIS'[CURRENT_WORK_EXP] ), 'REPORTING DATE'[ID] = LastReportingDate ) | |||
End Employment FTE | Sum of employees who has ended the FTE employment | N | SUM('EMPLOYEE ANALYSIS'[END_EMPLOYMENT_FTE]) | |||
End Employment Headcount | Sum of employees who has ended the employment | N | SUM('EMPLOYEE ANALYSIS'[END_EMPLOYMENT_HEADCOUNT]) | |||
Period FTE | Sum of Period FTE for the last reporting date | N | VAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ('EMPLOYEE ANALYSIS' [PERIOD_FTE] ), 'REPORTING DATE'[ID] = LastReportingDate ) | |||
Period Headcount FTE | Sum of Period Headcount FTE for the last reporting date | N | VAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ( 'EMPLOYEE ANALYSIS'[PERIOD_HEADCOUNT] ), 'REPORTING DATE'[ID] = LastReportingDate ) | |||
Start Employment FTE | Sum of Start Employment FTE | N | SUM('EMPLOYEE ANALYSIS'[START_EMPLOYMENT_FTE]) | |||
Start Employment Headcount | Sum of Start Employment Headcount | N | SUM('EMPLOYEE ANALYSIS'[START_EMPLOYMENT_HEADCOUNT]) | |||
Sum Period Current Employments | Sum of Current Employment | N | SUM('EMPLOYEE ANALYSIS'[Current Employment]) | |||
Total Work Experience | Sum of Total Work Experience for the last reporting date | N | VAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ('EMPLOYEE ANALYSIS' [TOTAL_WORK_EXP] ), 'REPORTING DATE'[ID] = LastReportingDate ) | |||
Avg Age | Average of measure Sum of Age | N | AVERAGE('EMPLOYEE ANALYSIS'[SUM_AGE]) | |||
Avg Current Work Experience | Current Work Experience / Period Headcount FTE | N | DIVIDE([Current Work Experience],[Period Headcount FTE],0) | |||
Avg Current Work Experience Yr | Avg Current Work Experience/12 | N | [Avg Current Work Experience] / 12 | |||
Avg Total Work Experience | Total Work Experience/ Count of Employees | N | DIVIDE([Total Work Experience],[Count Employees Rows],0) | |||
End Employment % | Calculated based on the measures -> End Employment Headcount /Period Headcount FTE | N | DIVIDE('EMPLOYMENT ANALYSIS MEASURES'[End Employment Headcount],'EMPLOYMENT ANALYSIS MEASURES'[Period Headcount FTE]) | |||
Start Employment % | Calculated based on the measures -> Start Employment Headcount /Period Headcount FTE | N | DIVIDE('EMPLOYMENT ANALYSIS MEASURES'[Start Employment Headcount],'EMPLOYMENT ANALYSIS MEASURES'[Period Headcount FTE]) | |||
Sum Age | Sum of Age | N | SUM('EMPLOYEE ANALYSIS'[SUM_AGE]) |
Time based measures are calculated in the cube with respect to other measures. The table below defines the meaning/definition of the different time measures. These measures need to be used with a specific time dimension hierarchy [REPORTING_DATE].[RepDateMFHy].
Measure | Meaning |
YTD |
Aggregated value for current month in current year. E.g.
for period 202010 Ytd represents sum of periods 202000-202010. |
R12 |
For a given period, the sum all months from one year back up to the
previous month. E.g. Rolling 12 for 202010 is the sum of months 201910
- 202009 |
PY |
Previous Year The value of the corresponding month one year back. E.g. for month 202010, the value of month 201910. |
YTD PY |
Year to Date Previous Year Aggregated value for corresponding month one year back. E.g. for month 202010 YTD Previous Year represents sum of months 201901-201910. |
R12 PY |
Rolling 12 (completed) Months Previous Year For a given month, first going one year back, then taking the sum of all months from one (more) year back up to the previous month. E.g. for month 202010 the sum of month 201810-201909 |
Avg XXX Ytd | Sum XXX YTD/Count XXX YTD |
Avg XXX R12 | Sum XXX R12/Count XXX R12 |
XXX % YTD | Count XXX YTD/Count YYY YTD |
XXX % R12 | Count XXX R12/Count XXX R12 |
Model Name |
Employee Analysis |
The data source for this object is defined using IFS Developer Tool. Further Transformations are done using Power BI.
Additional information can be found in the online documentation of Information Sources.
Model Table | BI Access View | Referenced Information Source | Recommended Access Type |
EMPLOYMENT ANALYSIS MEASURES | FACT_EMPLOYEE_ANALYSIS_BI | FACT_EMPLOYEE_ANALYSIS_PQ | On Line |