jordanwebb10
New Member
- Joined
- Feb 2, 2010
- Messages
- 18
I need some helpsolving an issue. I have been using Powerpivot to analyze and report on oursport science data. For simplicity sake I have my tables set up in thefollowing fashion. The tables are beingrelated by date table and name table.
Data Table
[TABLE="class: grid, width: 1"]
<tbody>[TR]
[TD] Name [/TD]
[TD] Date[/TD]
[TD] Training Load[/TD]
[TD] Session Name[/TD]
[TD] Session Type[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Date Table
[TABLE="class: grid, width: 1"]
<tbody>[TR]
[TD] Date[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Name Table
[TABLE="class: grid, width: 1"]
<tbody>[TR]
[TD] Name[/TD]
[TD] Info[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Everyday each athlete is assigned data in the [Training Load] Column for different workouts.These workouts are classified in the[session name] column as "Pre Practice Workouts", "PracticeWorkout" and "post practice workouts". The workouts are classified in the [Session type] column as "Full".
Within the same table I am also breaking up "practice workouts" into that practices'individual drills. These drills are being classified in the [Session Name] column by the various "drill names". These are further classified in the [session Type] column as "drill".
What I am reportingto the coach is the following.:
Team averages foreach "Prepractice", "Practice" and "PostPractice" individually. (this is easy just using the SUM function)
I then take those values and manually sumthose three averages to create the "Total Training Load" Metric.
Does anyone know how do it?
Thanks in advance.
Data Table
[TABLE="class: grid, width: 1"]
<tbody>[TR]
[TD] Name [/TD]
[TD] Date[/TD]
[TD] Training Load[/TD]
[TD] Session Name[/TD]
[TD] Session Type[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Date Table
[TABLE="class: grid, width: 1"]
<tbody>[TR]
[TD] Date[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Name Table
[TABLE="class: grid, width: 1"]
<tbody>[TR]
[TD] Name[/TD]
[TD] Info[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Everyday each athlete is assigned data in the [Training Load] Column for different workouts.These workouts are classified in the[session name] column as "Pre Practice Workouts", "PracticeWorkout" and "post practice workouts". The workouts are classified in the [Session type] column as "Full".
Within the same table I am also breaking up "practice workouts" into that practices'individual drills. These drills are being classified in the [Session Name] column by the various "drill names". These are further classified in the [session Type] column as "drill".
What I am reportingto the coach is the following.:
Team averages foreach "Prepractice", "Practice" and "PostPractice" individually. (this is easy just using the SUM function)
I then take those values and manually sumthose three averages to create the "Total Training Load" Metric.
Does anyone know how do it?
Thanks in advance.