Forum Discussion

kasife's avatar
kasife
Helper V
3 years ago

skip first line

Hi guys,
I am using an average to shift my dates, but I would like the first line of each breakdown to be blank.
how could i do this?

 

 

CALCULATE(
   [Nova data de finalização de estoque],
    OFFSET(-1,
    ALLSELECTED(projetosReaal[Index por cidade],projetosReaal[CIDADE], projetosReaal[Nome do Projeto Original], projetosReaal[Status]),
    ORDERBY(SELECTEDVALUE(projetosReaal[Index por cidade]),ASC),,PARTITIONBY(projetosReaal[CIDADE])))

 

 Exemple:

 

No RepliesBe the first to reply