Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Date DAX Function is different

Hello   Maybe I missed something with an update? My DATE() DAX functions are showing Errors now. Normally DATE functions are like this DATE(YYYY,MM,DD) now when I want to use it, it wants two value...
  • v-lid-msft's avatar
    v-lid-msft
    6 years ago

    Hi Anonymous ,

     

    I am sorry that we can not reproduce your issue, but I found a workaround in this post, please try to add a space after each number and see if you can get the correct answer.

     

    DATE = DATE(2019 , 9 , 1)

    This should get the result of 9/1/2019 12:00:00 AM

     

    Best regards,

    Community Support Team _ Dong Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.