Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hola Comunidad
Necesito su ayuda por favor para crear una nueva columna en la tabla UNO que integre la fecha de la columna creation y cuando encuentre valores nulos insertar las fechas del campo creation de la tabla DOS.
Anexo imagen con el ejemplo.
De antemano gracias
Solved! Go to Solution.
@Plastichunches , A new column in UNO
If(isblank(UNO[Creation]), maxx(filter(DOS, DOS[ID_A] = UNO[ID_A]), DOS[Creation]) ,UNO[Creation])
Muchas gracias por tu ayuda.
@Plastichunches , A new column in UNO
If(isblank(UNO[Creation]), maxx(filter(DOS, DOS[ID_A] = UNO[ID_A]), DOS[Creation]) ,UNO[Creation])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.