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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
kumar_din12
Frequent Visitor

how to filter use count function blank values in power bi desktop

hello sir 

by using the only count function.
my my requirement is :- like ind = 3 & uk = 1

 

 

Please find the below attatchnment sirpower bi.jpgthanks and regards

P.dinesh kumar

1 ACCEPTED SOLUTION

This is the formula:

Count blanks = 
COUNTBLANK( Table1[value] )

And this is the output:

Captura.PNG

If this is what you are looking for, please mark the answer as accepted.

 

Regards.

View solution in original post

5 REPLIES 5
luxpbi
Helper V
Helper V

Hi @kumar_din12,

 

I don't really understand what do you want to do. 

 

Do you want to count the number of blank values?

 

If so, you can do it with 

COUNTBLANK()

 

Regards,

 

hello sir

 

Sorry for the trubble to you

 

vendervaluecountry
b110ind
c ind
d105ind
e ind
f130ind
g135ind
h140ind
i ind
j200uk
k250uk
l210uk
m uk
n uk
o310uk
p410uk

 

By using the count function 

 

my requirement is filter the blank values Like 

Ind = 3

uk =2

this is my out put sir

 

This is the formula:

Count blanks = 
COUNTBLANK( Table1[value] )

And this is the output:

Captura.PNG

If this is what you are looking for, please mark the answer as accepted.

 

Regards.

you can use like

countrows(filter(table_name,isblank(value)&&country="ind")) and put in card chart

yes sir

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.