Forum Discussion
Anonymous
6 years agoNot applicable
Showing Data Until Specific Date
Hello everybody, I`m having trouble with a bar chart where I show my production that was planned and my production that was made the problem is that I'll only have my production made from previo...
- 6 years ago
Hi EduardoPach
you can try this:
CALCULATE(Sum(DadosProd[Produção Planejada A]);FILTER(DateTable;DateTable[Date]<TODAY()))
R_H
6 years agoRegular Visitor
Hi EduardoPach
you can try this:
CALCULATE(Sum(DadosProd[Produção Planejada A]);FILTER(DateTable;DateTable[Date]<TODAY()))