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