Forum Discussion
Formula com filtro de data
Solicito ajuda para identificar a forma correta de inserir o valor de uma data em DAX
Hi Anonymous ,
Please try:
calc = CALCULATE(DISTINCTCOUNT(historico[CHAPA]),FILTER(historico,historico[NOVASITUACAO] <> "D"&& historico[DATAMUDANCA]= DATE(1976,10,19) ))
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Anonymous5 years ago
Bom dia,
Deu certo, muito obrigado pelo auxilio.
2 Replies
- V-lianl-msft
Community Support
Hi Anonymous ,
Please try:
calc = CALCULATE(DISTINCTCOUNT(historico[CHAPA]),FILTER(historico,historico[NOVASITUACAO] <> "D"&& historico[DATAMUDANCA]= DATE(1976,10,19) ))
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- AnonymousNot applicable
Bom dia,
Deu certo, muito obrigado pelo auxilio.