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 moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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])
User | Count |
---|---|
93 | |
92 | |
85 | |
83 | |
49 |
User | Count |
---|---|
150 | |
142 | |
112 | |
73 | |
55 |