Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Finding Duplicate Names with Different Status

Hi,    I have a requirement to showcase on a table employees who went from contractor to full time. How can I achieve this? Is there a DAX to create a count or highlight those names which converte...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Anonymous ,

     

    Create a measure like below and add it to visual filter then configure the condition formatting like below.

    Measure = CALCULATE(DISTINCTCOUNT('Table'[Status]),ALLEXCEPT('Table','Table'[Name]))

    Result would be shown as below.

     

    Best Regards,

    Jay

     

    Community Support Team _ Jay Wang

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