Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Convert Text to Date in Direct Query mode

Hi, I'm using DirectQuery mode for my report. I have date fields which are of the data type Text.   I tried converting it into Date by changing the Data Type from Text to Date. It says "This step r...
  • Tahreem24's avatar
    6 years ago

    Anonymous ,

     

    While connecting to direct query mode you can use native query editor to transform your columns.

    CONVERT(datetime, YourDatecolumn)

     

     

    Don't forgrt to hit THUMBS UP and Accept this as a solution if it helps you!