Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply

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

 

FranckGbadamass_0-1650910750403.png

 

I'd like to substract 1 from the date.

 

Thank you

1 ACCEPTED SOLUTION
tackytechtom
Super User
Super User

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/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

View solution in original post

2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @FranckGbadamass ,

 

I may have reproduced your wrong scenario.

vstephenmsft_0-1651655833871.png

You should use Date.ToText() and Number.ToText().

vstephenmsft_1-1651655937436.png

vstephenmsft_2-1651655998997.png

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

tackytechtom
Super User
Super User

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/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors