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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
ryan_b_fiting
Post Patron
Post Patron

CALCULATE measure with BLANKS

Hey Community - 

 

This should be simple but I am not sure what is going on here.  I have a simple measure where I am trying to calculate a count based on two filter criteria.  The 'Assignment' measure is just a COUNTROWS then I am filter based on a Grade being BLANK and a Submission Time not being BLANK.  However, as you can see in my red box below, for some reason it is coulnting assignments with a grade of 0 as ungraded even though my logic in my measure.  I am not sure what is going on here, does anyone know how to fix this?

 

Thanks in advance for all your help!

Ryan  Ungraded Issues.PNG

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ryan_b_fiting , Use like

isblank(Table[Column]) // return true and false

for not

not(isblank(Table[Column])) // return true and false 

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@ryan_b_fiting , Use like

isblank(Table[Column]) // return true and false

for not

not(isblank(Table[Column])) // return true and false 

@amitchandak got it to work with your suggestion.

 

Thank You!

Hey @amitchandak 

I am not sure what you are meaning by this, how would this go into the measure?

Or are you saying to use a calculated column?.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.