Untitled

mail@pastecode.io avatarunknown
plain_text
2 months ago
206 B
1
Indexable
Never
CantidadClientes = 
CALCULATE(
   COUNTROWS(MT_Clientes_Posicionamiento),
   FILTER(
      MT_Clientes_Posicionamiento,
      MT_Clientes_Posicionamiento[Su torre] = EARLIER(MT_Cecos[SubTower Desc])
   )
)