Forum Discussion

BrotherZin's avatar
BrotherZin
Frequent Visitor
8 years ago
Solved

Need help with creating a measure

I have two tables: Absence Detail which lists each planned absence an employee has requested by day (table includes date, employee, department among a few other columns.   Department Total which i...
  • v-chuncz-msft's avatar
    8 years ago

    BrotherZin,

     

    You may use measure below and take advantage of Visual level filters.

    Measure =
    DIVIDE ( COUNTX ( AD, [EmployeeNumber] ), MAX ( DT[total employees] ) )