Forum Discussion
YTD calculation does not work
- 2 years ago
pls try this
- 2 years ago
Hello ktt777,
In the file it is observed that you have created relationship between Calendar Table Date and Table 2 Account columns. So change that relation to Table 2 Period then you can see the output.
For measure you can create simply like:
CALCULATE(SUM('Table (2)'[ USD ]),DATESYTD('Calendar'[Date]))If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
Hello ktt777,
In the file it is observed that you have created relationship between Calendar Table Date and Table 2 Account columns. So change that relation to Table 2 Period then you can see the output.
For measure you can create simply like:
CALCULATE(SUM('Table (2)'[ USD ]),DATESYTD('Calendar'[Date]))
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!