Forum Discussion
kumar_din12
7 years agoFrequent 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 sir thanks and regards P.dinesh kumar
- 7 years ago
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.
luxpbi
Helper V
7 years agoThis 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.
kumar_din12
7 years agoFrequent Visitor
yes sir