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.
Ahmedx
3 years agoSuper User
place COUNT write next measure
measure = DISTINCTCOUNT('Table'[Producto])