Count NULL / Blank Cells in a column Power Query

Plukey

Board Regular
Joined
Apr 19, 2019
Messages
138
Office Version
  1. 2016
Platform
  1. Windows
Power Query table, I have a column that has a date that means its ready to work. Without a date it isn't workable.
Is there a way to simply count Null / Blank cells in that column?
Ive tried
SQL:
= Table.AddColumn(#"Filtered Rows", "Custom", each Number.From([PLN ActFin] = null))
which returns a (0) for a Date & a (1) for no date in the column.
When i insert a pivot chart and try to (Count) the (1's) it isnt returning an acurate count. Unless theres a simpler way, I'm open for ideas.
 

Attachments

  • TEXT.jpg
    TEXT.jpg
    134.3 KB · Views: 55

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
What if you SUM the counts, not count them?
 
Upvote 0
Solution

Forum statistics

Threads
1,214,392
Messages
6,119,254
Members
448,879
Latest member
oksanana

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top