Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
80 | |
65 | |
52 | |
49 |
User | Count |
---|---|
212 | |
89 | |
79 | |
68 | |
60 |