Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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])
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
85 | |
83 | |
72 | |
49 |
User | Count |
---|---|
142 | |
135 | |
110 | |
68 | |
55 |