Forum Discussion

rlu's avatar
rlu
Frequent Visitor
6 years ago
Solved

TimeSpan overflowed because the duration is too long.

Hi - I had my R script working to transform data imported from SQL Server but wanted to delete parts of the script that created extraneous dataframes. The script loaded fine, but when I tried to sele...
  • rlu's avatar
    rlu
    6 years ago

    Hi Maggie,

     

    I was selecting the resulting dataframe by clicking on 'Table' in the Power Query Editor.

     

    I fiddled my way around to a solution. I tried a lot of small tweaks, including coercing one of the difftime variables to a numeric in my R script.

     

    It works for now -- thanks!