Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • R_H's avatar
    6 years ago

    Hi EduardoPach

     

    you can try this:

    CALCULATE(Sum(DadosProd[Produção Planejada A]);FILTER(DateTable;DateTable[Date]<TODAY()))