Skip to main content

Production Analysis (last year)

Updated yesterday

Purpose

To analyze how each team member contributed to production across service items and clients during the previous year, with a breakdown of hours, revenue, costs, and profitability. This report provides a comprehensive view of efficiency, utilization, and margin at both the individual and engagement levels.


Visualization Type

Pivot Table

Liveboard

Team Member Production Analysis

Tab

Last Year

Function

Time & Billing

Filters

Includes
Time Entry Start Filter : Last Year


Need-to-know Glossary of Terms

  • Time Entry Client ID - Client ID of client related to time entry.

  • Time Entry User Name - The name of the team member who logged time.

  • Time Entry Start Date - Starting timestamp of time entry duration.

  • Client Name - Customer name, if a display name exists, that will be the primary search term. If there is no display name, first and last name will be displayed.

  • Service Item Name - Refers to the designation used to identify the specific service billed to the client.

  • Non-billable Time Entry Hours - Time entries that are non-billable.

  • Billable Time Entry Hours - Billable hours not yet added to an invoice.

  • Billable % - percentage of billable hours when compared total hours.

  • Time Entry Hours - Length of time entry.

  • Time Entry Billable Amount - Duration of time entry multiplied by rate.

  • Time Entry Cost of Labor - Duration of time multiplied by user salary.

  • % Total formula - Calculated by taking the sum of time entry hours for that user and dividing it by the time entries for all users.
    safe_divide ( sum ( Time Entry Hours ) , group_sum ( Time Entry Hours ) )

  • % Billable Total formula - Calculated by taking the sum of the billable amount for that user and dividing it by the total billable amount across all users.
    safe_divide ( sum ( Billable Amount ) , group_sum ( Billable Amount ) )

  • % Labor Cost Total formula - Calculated by taking the sum of the time entry cost of labor for that user and dividing it by the total time entry cost of labor across all users.
    safe_divide ( sum ( Time Entry Cost Of Labor ) , group_sum ( Time Entry Cost Of Labor ) )

  • Markup Factor formula - Calculated by taking the time entry billable amount for that user and dividing it by the sum of the time entry cost of labor.
    safe_divide ( sum ( Time Entry Billable Amount ) , sum ( Time Entry Cost Of Labor ) )

  • Margin formula - Calculated by taking the sum of the time entry billable amount and subtracting the sum of the time entry cost of labor.
    sum ( Time Entry Billable Amount ) - sum ( Time Entry Cost Of Labor )

  • Total Margin formula - Calculated by aggregating the margin and grouping it by the time entry billable amount.
    group_aggregate ( Margin , { Time Entry Billable Amount } , query_filters ( ) )

  • % Margin Total formula - Calculated by taking the margin and dividing it by the total margin.
    safe_divide ( Margin , Total Margin )


Report Structure Overview

  • Time Entry Start Date filter - Filters for previous year

  • Row - Time Entry User Name

  • Expanded Row Level 2 - Service Item Name

  • Expanded Row Level 3 - Client Name

  • Column - Non-Billable Hours

  • Column - Billable Hours

  • Column - Billable %

  • Column - Total Hours

  • Column - % Total

  • Column - Billable Amount

  • Column - % Billable Total

  • Column - Labor Cost

  • Column - % Labor Cost Total

  • Column - Markup Factor

  • Column - Margin

  • Column - % Margin Total


Tips & Tricks

Want to see if there are any formulas in the report and what those formulas are calculating?

  • Navigate to the data point menu on the left hand side and scroll down to the Formulas section.

  • If there are any formulas in the report, you will see them in this section.

  • You can also click on the formula name to see the formula set up and selecting the ellipses button allows you to edit or remove the formula.


Primary Use Case Scenario

A Partner reviews this report to review efficiency and realization numbers for the previous year and can quickly compare against this years numbers making it easy to see which team members are improving or declining in performance.


Actionable Insights

Can inform Managers during performance reviews by providing historic data on employees performance.

Did this answer your question?