Forum Discussion
gmachado
6 years agoNew Member
[Help] - =countrows to count lines <>NULL
Hello, I need one countrows in daX that doesnt count NULL I tryed: =countrows(filter(table;expression)<>"null" =countrows(filter(table;expression)<>"NULL") I have one table that in one colu...
- 6 years ago
Hi gmachado ,
You might try =COUNTA('Reseller'[Phone]) using your one column
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Nathaniel_C
6 years agoCommunity Champion
Hi gmachado ,
You might try =COUNTA('Reseller'[Phone]) using your one column
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
gmachado
6 years agoNew Member
Thx man,
Solved my problem.
- Nathaniel_C6 years agoCommunity Champion
Hi gmachado ,
You are welcome!
Nathaniel