cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
jyoung_auto61
Helper I
Helper I

Count a single percentage value in a column

This seems like it should be easy but I'm stumped. All I want to do is count the number of times the Completion rate column has the 0.0% value in it. 

 

jyoung_auto61_0-1695345170024.png

 

1 ACCEPTED SOLUTION
JoeBarry
Solution Sage
Solution Sage

Hi @jyoung_auto61 

 

You will need to crate a measure 

Measure = CALCULATE(COUNT(Table[Completion rate], KEEPFILTERS([Completion rate] = 0)

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

View solution in original post

1 REPLY 1
JoeBarry
Solution Sage
Solution Sage

Hi @jyoung_auto61 

 

You will need to crate a measure 

Measure = CALCULATE(COUNT(Table[Completion rate], KEEPFILTERS([Completion rate] = 0)

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors