Forum Discussion
MTD issue
Hi,
If my formula for MTD is
- Anonymous5 years ago
Try add another SAMEPERIODLASTYEAR function in the filter expression.
MTD_ASD = CALCULATE(SUM('DAGOMZET-ASD'[ASD_OMZET_EX_BTW]),MONTH('DAGOMZET-ASD'[DATUM])=MONTH(TODAY()),YEAR('DAGOMZET-ASD'[DATUM])=YEAR(TODAY()),
SAMEPERIODLASTYEAR([DATUM]))
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Try add another SAMEPERIODLASTYEAR function in the filter expression.
MTD_ASD = CALCULATE(SUM('DAGOMZET-ASD'[ASD_OMZET_EX_BTW]),MONTH('DAGOMZET-ASD'[DATUM])=MONTH(TODAY()),YEAR('DAGOMZET-ASD'[DATUM])=YEAR(TODAY()),
SAMEPERIODLASTYEAR([DATUM]))
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.