Forum Discussion
Measure Count and include blanks
- 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
Hi,
This is how it looks for me:
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
- stibra8 years agoFrequent Visitor
Hi and thanks for the assistance.
This worked fine when I use excel as data source, but my real data uses direct queries from an sql database / view. That's probably why I need to figure out how to create a meaure that prints 0 instead of "null"
- stibra8 years agoFrequent Visitor
Forgot picture
- FarhanAhmed19848 years agoResolver III
Then you should use ISNULL/COALESCE in SQL queries to handle Null Values.