Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |