Forum Discussion
FranckGbadamass
4 years agoHelper I
Expression.Error: We cannot apply operator - to types Date and Number.
Hello everyone, How can I fix this error: Expression.Error: We cannot apply operator - to types Date and Number. Details: Operator=- Left=20/04/2022 Right=1 I'd like to substrac...
- 4 years ago
Hi FranckGbadamass ,
You might wanna consider this M Power Query:
Date.AddDays ( [Merged.1], -1 )
Does this help?
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
tackytechtom
4 years agoMost Valuable Professional
Hi FranckGbadamass ,
You might wanna consider this M Power Query:
Date.AddDays ( [Merged.1], -1 )
Does this help?
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/