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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

How do I avoid to count the empty value?

Hi,

 

I want to count how many types in the table below:

 

Name

Type
A1
B2
C2
D1
E 

 

I used the code following: 

Type(#) = IF(ISBLANK(DistinctCount(Sheet1[Type])),0,DISTINCTCOUNT(Sheet1[Type]))
 
The result returned is 3, apprently, it also counts the blank/empty space as a new type.
 
I am wondering how should I avoid count the blank and got the result is 2?
 
Thanks!
2 ACCEPTED SOLUTIONS
ddpl
Solution Sage
Solution Sage

Hi, @Anonymous 

 

There is a function called DISTINCTCOUNTNOBLANK which avoid count blank value.

 

So to count of Type, just write a measure DISTINCTCOUNTNOBLANK( Table[Type] )

 

Hope it will work for you.

View solution in original post

Anonymous
Not applicable

2 REPLIES 2
ddpl
Solution Sage
Solution Sage

Hi, @Anonymous 

 

There is a function called DISTINCTCOUNTNOBLANK which avoid count blank value.

 

So to count of Type, just write a measure DISTINCTCOUNTNOBLANK( Table[Type] )

 

Hope it will work for you.

Anonymous
Not applicable

Thank you!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.