Hola, chicos
Tengo esta columna que necesitaba contar toda "Y" en ella. ver imagen adjunta a la columna de destino. vea la fórmula también, ya que no sé por qué 'Text.containsall' no funciona en el campo de fórmula a continuación.
Gracias por toda la ayuda.
Bien
Solved! Go to Solution.
Text.Contains(...) genera true/false y List.Count(true/false) no tiene sentido.
Prueba esto:
List.Count(List.Select(Text.Split([Merged], ","), each _ = "Y"))
¡Ya veo! Muchas gracias alexis.
Text.Contains(...) genera true/false y List.Count(true/false) no tiene sentido.
Prueba esto:
List.Count(List.Select(Text.Split([Merged], ","), each _ = "Y"))
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |