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.
Estimados todos
Utilizo iferror para obtener el valor de sheet1 de foglio1, pero hay algunos datos que no se pueden consultar.
Así que uso esto
Descripción china = IFERROR(LOOKUPVALUE(foglio1[Descripción china], foglio1[material], Sheet1[material]), "null")
Pero Power BI simplemente devuelve en blanco sin "null" como se ve a continuación:
Y no se puede mostrar con mi informe también así:
¡Suplica ayúdame a esquilarlo!
¡Muchas gracias!
¡Muchas gracias! ¡Esta es una buena manera de resolverlo! 😀
Hola
La función LOOKUPVALUE tiene el parámetro AlternateResult cuando el resultado vuelve al error, no es necesario utilizar IFERROR
Descripción china = LOOKUPVALUE(foglio1[Descripción china],foglio1[material],Sheet1[material],"null")