Hi Tim!
We just implemented a similar reporting structure with project weights to assist in our intake / assignment process. We have a calculated field for "project type" that is being created based on the project template used. We are then taking that project type field and associating values with it in a second "project weight" field.
If(Project Type = <NAME>, 5, If(Project Type = <NAME>, 8........,0))
With this we can have a better picture of what the team is working on and not just relying on the record counts since our projects vary so greatly.
Hope that helps!