Labor Distribution by Department

I would put this in a subquery grouped by department with a calculated field like this

SUM(LaborDtl.LaborHrs) * 100 / SUM(SUM(LaborDtl.LaborHrs)) OVER ()

You may want to consider never doing BAQ reports if you are just getting started and do RDD reports instead. You can pass the date parameters in either type.