Forum Discussion
Thiagops
Helper II
3 years agoAmbiguity when relating tables
Good morning, I need to know how many customers a seller registered in the month. I have the following tables: - Calendar (Related to outgoing invoice) - Sellers (related to customers) - Cust...
tamerj1
Community Champion
3 years agoYou are right. Please try
Cadastro de NOVOS clientes2 =
CALCULATE (
DISTINCTCOUNTNOBLANK ( 'CLIENTE (CARTEIRA)'[CLI_CODIGO] ),
'CLIENTE (CARTEIRA)'[Registration Date] IN VALUES ( CALENDARIO[Date] )
)