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.
I'm trying to count distinct blank cell in visual table. I have tried this
DISTINCTCOUNTNOBLANK('STOs Visibility'[Planned ETA])+COUNTBLANK('STOs Visibility'[Planned ETA])
But it doesn't seem to count distinct values. Any help is much appreciated.
Solved! Go to Solution.
"I'm trying to count distinct blank cell in visual table."
Hm... interesting. As far as I know, there's only one type of BLANK in DAX, so the answer will always be... 0 or 1. Two BLANKS are equal, so.... you can't have more than 1 distinct blank cell.
Hi @carpegc ,
I am a little confused, what do you mean the distinct blank cell?
You mean “” or there is nothing in the cell?
Or you just want to know the numbers of all the blank cells in a table?
Best Regards,
Community Support Team _Yinliw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is there another method of counting distinct blank values? I count dictinct value when a value is present, but want to count the blank that are distinct.
Once again... There are no different distinct blank values. You cannot distinguish among blanks.
"I'm trying to count distinct blank cell in visual table."
Hm... interesting. As far as I know, there's only one type of BLANK in DAX, so the answer will always be... 0 or 1. Two BLANKS are equal, so.... you can't have more than 1 distinct blank cell.
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 |
---|---|
10 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
17 | |
14 | |
10 | |
9 | |
6 |