Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ferbyrez
Helper II
Helper II

Comprobación 4 columnas > Devolver la que no está en blanco.

Hola, chicos

No conseguimos encontrar tu ubicación exacta.

Básicamente, la necesidad de comprobar 4 columnas y hay un estándar:

>> siempre 3 espacios en blanco y 1 llenado (en diferentes órdenes)

Necesita devolver el valor rellenado en otra columna.

Muchas gracias por ayudar!

Salud.

PBI_Question.png

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hola @ferbyrez

En la consulta de energía, podría crear una columna condicional como se muestra a continuación:

Inicio->Agregar columna->Columna condicional

1.JPG

saludos

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hola @ferbyrez

En la consulta de energía, podría crear una columna condicional como se muestra a continuación:

Inicio->Agregar columna->Columna condicional

1.JPG

saludos

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@ferbyrez

Puede utilizar IF/Switch true y isblank , si es una versión anterior a marzo de 2020

if(isblank([Col]),if(isblank[col2]),[col3],[col2]),[col1])

De marzo tienes coalesce

https://docs.microsoft.com/en-us/dax/coalesce-function-dax

fusesce([col1],[col2],[col3])

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.