Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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

  • 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.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Mr amitchandak:

       Perfect solution. Thank you very much.

      Regards, Marcos