Hi Everyone,
I need your help ,I am trying to show Distinct names and there count in Visualization table .
Task is to show names and there count from three columns, It is possible name appears in all three column then count will be 3. If its blank then Ignore.
As shown in below example:
This is how my data looks like.
I am trying to show names and there count of null as shown in below table.
Thanks for your help.
I need your help ,I am trying to show Distinct names and there count in Visualization table .
Task is to show names and there count from three columns, It is possible name appears in all three column then count will be 3. If its blank then Ignore.
As shown in below example:
This is how my data looks like.
Name 1 | Count Name 1 | Name 2 | Count Name 2 | Name 3 | Count Name 3 | |
Abc | Def | 1 | Fgh | 1 | ||
Def | Fgh | 1 | Abc | 1 | ||
Abc | 1 | Abc | 1 | Abc | 1 | |
def | 1 | Abc | Xyz | 1 | ||
Ghi | 1 | Def | GhI | 1 |
I am trying to show names and there count of null as shown in below table.
Name | Count |
Abc | 4 |
Def | 2 |
Ghi | 2 |
Xyz | 1 |
Thanks for your help.