I want to make chart displaying count number of values in column (null as one value).
I'm new to Tableau, so I've only been able to solve your problem partly -
Rows Shelf, add your Field_Name.Marks Card, double click to create a fresh criteria, and enter text - COUNT([Field_Name])Text instead of DetailsThis creates a list of unique items in your List and their counts; except for the Null values (My dataset contains 2 Null entries).
Note: The counts of the null values can be checked by clicking the Null 0 row, and selecting the Full Data tab from View Data...
Upon digging into Tableau fundamentals, I learnt that you can do this with 2 simple steps:-
Row Shelf.Measures section, you'll find something called Number of Records OR ExcelWorksheetName (Count) in italics. Drag that into the Data area of the visualization.This approach gives you the Null counts as well! :)