Forum Discussion

srutt's avatar
srutt
Advocate I
10 years ago
Solved

Power Query Table.ToList format not converting to date

I'm trying to convert a table of dates to a list (using Table.ToList), but I get an error that states it cannot convert the dates to a text.  How can I convert the table and keep the date format?   ...
  • pqian's avatar
    10 years ago

    srutt Why do you need the list of dates?

     

    In any case, you can simply right click the table column's header and select "Drill Into", that should give you the column as a list. FYI, drilling into table columns yields a list, drilling into table rows yields a record.