Forum Discussion
Noredlac86
4 years agoHelper I
Count repeated values with a condition
Hi Everyone. I waswondering if someone one can help me with this doubt. I have a table with the name of the employees, and the column, Employe of the month = Yes/No. I need to count, how man...
- 4 years ago
Noredlac86 Maybe:
How many times column = VAR __id = [ID] VAR __table = FILTER(ALL('Table'), [ID] = __id && [EMPLOYEEOFMONTH?] = "Yes") RETURN COUNTROWS(__table)
Noredlac86
3 years agoHelper I
Greg_Deckler i have a hard question for you. This is so dificult, but not sure if you have time to check:
https://community.powerbi.com/t5/Desktop/Power-BI-DAX-count-using-multiple-and-hard-conditions/m-p/2632533#M925149
Really appreciate your feedback