Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Staff Utilisation

Hi,   I'm trying to do something which I thought would be really simple but obviously not for me so here I am.  I have a table similar to the one below.  I am trying to work out staff %age utilisat...
  • az38's avatar
    6 years ago

    Hi Anonymous 

    try new table

    Staff Utilisation = SUMMARIZE('Table1';Table1[Employee No.];Table1[Period];"%utilization";divide(calculate(SUM(Table1[Units]);'Table1'[Transation Type Code]=100);calculate(SUM(Table1[Units]));0))

    do not hesitate to give a kudo to useful posts and mark solutions as solution