Forum Discussion
alevandenes
Helper IV
3 years agoSubtract one month from date column
Hi Community, I need to create a calculated column that subtracts one month from an Invoice date column. The formula needs to be valid also for the change of the year. [DATEADD works but onl...
- 3 years ago
Hi alevandenes
Try using EDATE function (DAX)
Column = EDATE([Date],-1)Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
vaibhavkale570
Resolver III
3 years agoHave you tried PREVIOUSEMONTH dax function?
alevandenes
Helper IV
3 years agoapparently it doesnt work with a table, but only with a single value specified