What is the calculation behind the Timeline Utilization summary? I am trying to create a formula column that displays a resources utilization in the Resources table, to be used as a metric on a landing page.
I tried ((({Task Count} * 8) * {% Commitment} ) / (40 * {% Availability)) , but it does not match what AirTable is showing on the Timeline view. The task count is the number of tasks for the current day.
Is there a way to simply access the calculated value?
Thank you,