Forum Discussion

gmachado's avatar
gmachado
New Member
6 years ago
Solved

[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 colunm have if the person have or not answered the client.

If he yes, table show me one register;

If he dont, table show me NULL;

 

I do 

= COUNTBLANK() to calc NULL values.
I think subtract all clients - NULL values, daX show me one value but i need filter some data.

Someone can help me to do one measure like this?
=countrows(filter(table;expression)<>"null"

=countrows(filter(table;expression)<>"NULL")

 

Tks so much. 

  • 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

3 Replies

  • Nathaniel_C's avatar
    Nathaniel_C
    Community 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