Forum Discussion
Checking and correcting
- Anonymous6 years ago
Hi ayoubb ,
Try this
Ticket résolu = COUNTROWS ( FILTER ( 'Détail des DS', NOT 'Détail des DS'[Statut demande de service] IN { "En cours", "Ouvert", "En attente" } && 'Détail des DS'[Agents] IN {"A","B","C"} ) )
Regards,Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!
I want to count row for the column "Statur demande de service" except "En attente" and "En cours" and "Ouvert"
Hi ayoubb ,
Ticket résolu =
COUNTROWS (
FILTER (
'Détail des DS',
NOT 'Détail des DS'[Statut demande de service]
IN {
"En cours",
"Ouvert",
"En attente"
}
)
)
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
- ayoubb6 years agoHelper IV
Thank you Nathani for your help,
Please i want to add in the same filter another one, which to countrows all "statut demande de service" except "En cours" and "Ouvert" and "En attente" for only these agents "A" and "B" and "C" in a different column's name "AGENT"
Thank you for your help,
- Anonymous6 years agoNot applicable
Hi ayoubb ,
Try this
Ticket résolu = COUNTROWS ( FILTER ( 'Détail des DS', NOT 'Détail des DS'[Statut demande de service] IN { "En cours", "Ouvert", "En attente" } && 'Détail des DS'[Agents] IN {"A","B","C"} ) )
Regards,Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!