Forum Discussion
Coto
3 years agoNew Member
Funcion Counta
Hola comunidad Tengo la siguiente tabla en excel y cargada en power bi, ver imagen. Estoy usando la función count para CONTAR las filas de la columna cantidad, pero no entiendo que al...
- 3 years ago
Thanks for the quick answer, but, it's not what I need to know, I could also use count and count the rows of the price column, I would get the same result. What I really want to know is why counta is not counting null values.
Coto
3 years agoNew Member
Thanks for the quick answer, but, it's not what I need to know, I could also use count and count the rows of the price column, I would get the same result. What I really want to know is why counta is not counting null values.
- Ahmedx3 years ago
Super User
where are null? it is empty and therefore does not count it.
in model null will be empty,
if you need to count rows, then you need to use COUNTROWS()