Forum Discussion

vlialko's avatar
vlialko
Regular Visitor
3 years ago
Solved

Problem with DateTime value if read from SharePoint

Hello, hopfully someone can help me to understand/resolve my problem. In this explanation I will use Excel Power Query, but the same problem I get in Power BI Desckop too. I use Excel just to make a ...
  • vlialko's avatar
    vlialko
    3 years ago

    I found a solution (workaround) by myself. Maybe it is not the best way, but seams to be working. 

    What I do is I create calculated column in the SahePoint, explicitly forcing datetime value to be converted into decimal datatype at the SharePoint site. 

     

     

    Later, in Power Query, I just convert the correctly-converted-decimal-number into DateTime datatype, and I get what I need in the correct way.