Forum Discussion

michaelsh's avatar
michaelsh
Kudo Kingpin
4 years ago

MySQL Query Folding problem when changing datetime to date (dataflow)

I am connecting to MySQL from dataflow.

I have a date column the is datetime type (always contains 00:00:00)

When I change it to date type, my query folding breaks.

Why and how to get agound it?

 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Replace Table.TransformColumnTypes with Table.TransformColumns and replace type text with Date.From.

     

    --Nate