Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
hello sir
by using the only count function.
my my requirement is :- like ind = 3 & uk = 1
Please find the below attatchnment sirthanks and regards
P.dinesh kumar
Solved! Go to Solution.
This is the formula:
Count blanks = COUNTBLANK( Table1[value] )
And this is the output:
If this is what you are looking for, please mark the answer as accepted.
Regards.
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
vender | value | country |
b | 110 | ind |
c | ind | |
d | 105 | ind |
e | ind | |
f | 130 | ind |
g | 135 | ind |
h | 140 | ind |
i | ind | |
j | 200 | uk |
k | 250 | uk |
l | 210 | uk |
m | uk | |
n | uk | |
o | 310 | uk |
p | 410 | uk |
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:
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
54 | |
54 | |
37 | |
29 |
User | Count |
---|---|
78 | |
64 | |
45 | |
40 | |
40 |