Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Calculating bradford factor

Hello everyone,   I am trying to calculate the bradford factor, so I have an idea about the absenteeism. For those of you unaware the Bradford factor, it is a formula used to calculate a figure bas...
  • v-yuta-msft's avatar
    7 years ago

    Anonymous ,

     

    To achieve your requirement, create measures below:

    S = CALCULATE(COUNT(Blad1[Naam]), ALLEXCEPT(Blad1, Blad1[Naam]))
    
    B = [S] * MAX('Blad1'[Dates absent])

      

     

    Community Support Team _ Jimmy Tao

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.