Forum Discussion
kasife
3 years agoHelper V
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