Forum Discussion
Anonymous
3 years agoNot applicable
Funcionamiento incorrecto de FIRSTNONBLANKVALUE
Tengo esta tabla "Prueba PMC-Previo" de valores:
Y creo uno columna calculada:
Fecha Primer PMC = FIRSTNONBLANKVALUE('Prueba PMC-Previo'[PMC], MIN('Prueba PMC-Previo'[Fecha Fichero]))
Y devuelve lo siguiente:
En la fila en rojo ¿porqué no devuelve la fecha 31/03/2018 0:00?
Anonymous , Try like
calculate( MIN ( 'PMC-Previous Test' [File Date] ), not(isblank( 'PMC-Previous Test' [File Date])) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
2 Replies
- amitchandak
Super User
Anonymous , Try like
calculate( MIN ( 'PMC-Previous Test' [File Date] ), not(isblank( 'PMC-Previous Test' [File Date])) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.- AnonymousNot applicable
Hi Mr amitchandak:
Perfect solution. Thank you very much.
Regards, Marcos