Forum Discussion
Anonymous
5 years agoNot applicable
How to Sum a Distinct Count Measure
Hi, I'd like to put a card in my board that tells me how many "Pharmacie" I have : For example here, if I select the 101 secteur, I 'd like to have 10 in my card instead of 0 The Réassort fi...
amitchandak
Super User
5 years agoAnonymous , Try a measure like
countx(filter(Values('Orders'[Secteur]), [Réassort] >1),[Secteur], blank())
or
Sumx(filter(Values('Orders'[Secteur]), [Réassort] >1),[Réassort] , blank())