Training Metrics: Chart Overdue Training by Month
This page contains examples of charting overdue training by month using Grand Avenue’s internal charting tool and Excel. Questions to help determine the appropriate training record search criteria are at How do I select the correct data to show my training metrics?
Collect Training Data
Training metrics using Grand Avenue’s internal charting tool
Click Generate Chart for Results to create a chart of training records.
Select the chart options shown below and click Generate Chart.
Training metrics using Excel
Charts generated in Excel from exported data take more time to create but have a full range of flexibility in how the data is presented.
Click the Export Results to Excel link on the search results page.
On the next page, click the Export Results to Excel button. Open the exported CSV file and save it as an Excel Workbook (*.xlsx). In the Excel workbook, click Insert → PivotTable. When prompted, place the PivotTable on a new worksheet.
Select the PivotTable Fields shown below.
Drag the Months (Training Completed Date) field to the Rows box.
Drag the Training Overdue? field to the Columns box.
Drag the Training Overdue? field to the Values box.
Here’s the PivotTable generated from the fields selected above.
Select the Pivot Table and click Insert → PivotChart. Here’s the corresponding PivotChart.
Training metrics using PowerBI
Use the instructions in the previous section to export training record search results to Excel or use Connector Read to access training records directly from GAS. Import the training records to PowerBI.
Here are some example PowerBI charts:
Here are the settings for the first chart:
Records: TrainingRecords
X-axis:: TrainingCompletedDate
(Column) y-axis: Count of TrainingOverdue
(Column) Legend: TrainingOverdue
Measures: None
Filters:
AssignedToUser=Yes
TrainingCompleted=Yes
TrainingOverdue=Yes or No
The second chart is the same data as the first chart but also includes a line showing the percent of training overdue each month. In additional to the settings shown above, the line requires the following settings:
Line y-axis: Percent of Overdue Training
Measures:
Training Records = COUNT(TrainingRecords[TrainingOverdue])
Count of TrainingOverdue for Yes = CALCULATE( COUNTA('TrainingRecords'[TrainingOverdue]), 'TrainingRecords'[TrainingOverdue] IN { "Yes" }
Percent of Overdue Training = DIVIDE([Count of TrainingOverdue for Yes],[Training Records])
Related Articles
Related content
Copyright © 2022, Grand Avenue Software, Inc. All rights reserved.