Forum Discussion

shantupm5's avatar
shantupm5
Helper III
2 years ago
Solved

Solution Requested

Hello Everyone,    I have a complex requirment which i am unable to resolve. Basicall i have 3 data set which is from 3 different source (Tables) Source 1) Employee Id along with their Job Level ...
  • Fowmy's avatar
    Fowmy
    2 years ago

    shantupm5 

    Please check the attached file. 

    Completion Rate = 
    VAR __EmpJob = COUNT( EmpJob[Emp Id] )
    VAR __EmpCount = COUNT( EmpJobModule[Emp Id])
    RETURN
        DIVIDE(__EmpCount,__EmpJob)