Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hola comunidad,
¿Alguien puede decirme qué está mal con la primera imagen a continuación?
La imagen 2 funciona bien
Gracias
Zoey
Solved! Go to Solution.
Hola
FYQ= CAMBIAR ( Fecha[Nº de mes], 1, "Pregunta 1", 2, "Pregunta 1", 3, "Pregunta 1", 4, "Pregunta 2", 5, "Pregunta 2", 6, "Pregunta 2", 7, "Pregunta 3", 8, "Pregunta 3", 9, "Pregunta 3", 10, "Pregunta 4", 11, "Pregunta 4", 12, "Pregunta 4", "Desconocido" )
O
FYQ= CAMBIAR ( TRUE(),
Date[Month No]>=7 && Date[Month No]<=9, "Pregunta 3",
Fecha[Nº de mes]>=1 && Fecha[Nº de mes]<=3, "Q1",
Fecha[Nº de mes]>=4 && Fecha[Nº de mes]<=6, "Q2","Q4" )
¡Gracias, esto es genial!
Zoey
Probar
FYQ = SWITCH(TRUE(), 'date'[month no] IN {7,8,9}, "Q4")
¡¡Perfecto!! Gracias