Hello Everybody I have a virtual column that causes about 25 Second to be synced or calculated.
basicaly I need the last time that a pallet moved, using this fromula,
how can I make it faster or what am i doing wrong?
=Top(ORDERBY(SELECT(Move Pallet[MoveID], [PalletID] = [PalletID]), [TimeStamp], TRUE), 1)