Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Win a FREE 3 Day Ticket to FabCon Vienna. Apply now

Reply
ali70
Frequent Visitor

COUNT

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

1 ACCEPTED SOLUTION
smpa01
Super User
Super User

Measure :=
CALCULATE (
    COUNTROWS ( Calcul ),
    FILTER ( VALUES ( Calcul[delai] ), Calcul[delai] = 0 )
)
Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

View solution in original post

1 REPLY 1
smpa01
Super User
Super User

Measure :=
CALCULATE (
    COUNTROWS ( Calcul ),
    FILTER ( VALUES ( Calcul[delai] ), Calcul[delai] = 0 )
)
Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.