Forum Discussion
SharePoint date differs from Power BI date
Is the date being stored as a date-time data type in the underlying SharePoint list and in Power BI?
Is there any point in your query where the date is cast to an integer or other numeric type and cast back to a date type? SQL Server's date time types have a numeric representation where the date-time represented by 0 is one day more recent than that of Tabular.
- HenryH10 years agoRegular Visitor
In SharePoint the date is indeed being stored as a "Date and Time".
In Power BI, in the initial Query result, the date is already changed to one day earlier.
I did find out that dates that are stored by SharePoint itself (created date, modified date, etc.) are correct in Power BI.
However, they are also of type "Date and Time", so I don't see what's different.
- kmarcum10 years agoNew Member
Ive just noticed this same thing but even my modified and created dates are wrong. Did you ever figure this out?
- HenryH10 years agoRegular Visitor
Nope, didn't yet figure it out.
Have you tried creating or modifying something at different times during the day to make sure it's not a time zone issue?