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()))
v-yuta-msft
Community Support
6 years agoAnonymous ,
To make the dax formula work, you need to make sure there's relationship between 'DadosProd' and 'DateTable', for example, 'DateTable' and 'DadosProd' is one - many relationship based on the date column and the direction is from 'DateTable' to 'DadosProd'.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.