We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Hello guys ,
I have a column in which data is between -600 and 2000 , all i want to do is count how many 0 were recorded in this field, any ideas ?
Hint Table name 'Calcul'
column name 'delai'
many thanks
Solved! Go to Solution.
Measure :=
CALCULATE (
COUNTROWS ( Calcul ),
FILTER ( VALUES ( Calcul[delai] ), Calcul[delai] = 0 )
)
Measure :=
CALCULATE (
COUNTROWS ( Calcul ),
FILTER ( VALUES ( Calcul[delai] ), Calcul[delai] = 0 )
)
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |