Forum Discussion
Anonymous
6 years agoNot applicable
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...
- Anonymous6 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.
Anonymous
6 years agoNot applicable
AlB
6 years agoCommunity Champion
You need to use the name of your table in lieu of Table1 and perhaps commas instead of ";" depending on your locale
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers
- AlB6 years agoCommunity Champion
See it at work in the attached file
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers