on 2023 Dec 05 2:24 PM
Hi all
I have a table and I want to count the number of Nulls in the table
How do i do this calculation
Thanks
peersbrennanctb
I am not sure you want to count null for measure or dimension, but you can use the same technique.
IF(ISNULL(["PLANNING":AMOUNT] ) ,1 ,0 )
I am counting the null for my Amount measure. Once you have this measure calculation, you can create restricted measure with constant selection on this measure to get total count of null. Also if you use a parent node , it will give you the total null count.
Br.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.