Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Quick Measure - Percentage Difference

Hello experts, How can I arrive a percentage difference for Completion and what is a correct calculation I need to select in Quick measure. Here is my data inputs.   Total Number of Employees = 10...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Amit,

     

    I am trying to understand the logic you have written.

     

    Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="Y")), count(Table[employee name]))

     

    And this will one will bring the NOT completed status.

     

    Not Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="N")), count(Table[employee name]))

     

    How I am can divide this syntax to arrive the output percentage?

     

    Do I need to write these login in the same Measure or as a separate measure?

     

    this one will arrive the total number of users completed in Y