Forum Discussion
stibra
8 years agoFrequent Visitor
Measure Count and include blanks
Hi, I would like to create a simple measure from table 1, Column 2 where the result should be a count of Green, Blue and Blanks. When working with visuals it does not include the blank cells. ...
- 8 years ago
Ok understand it....
-Goto Edit Queries From Home Tab
-Select Column which has NULL Values
-Click on Replace Values
-Replace 'null' values with nothing
-Click 'OK'
-Close & Apply
Now you will see blank values in Donut Chart
Adeel_Yousaf
4 years agoFrequent Visitor
Add calculated column and you get what you want.
Count Required for test = COUNT(Table1'[Required for Test])