Forum Discussion
SharePoint date differs from Power BI date
Hi JamesCook,
I have tried your workaround, but it isn't working for me. My workaround was to create calculated columns in sharepoint that retrieve the day, month and year and build the date together in power BI.
Hi Fyouri,
I checked again and have made an update to step 3, the datatype on the new column should have been datetime, not date.
Proof it works on my side is that the original column contains unique values (I set this on the sharepoint list) However when imported, we get duplicates on dates where UTC+1 kicks in in UK late March. Then, when we return to UTC, we get a missing day. The new column contains no duplicates or missing columns enabling it to create a many to one relationship with other tables in the model.
Give it a try. I'd be interested to know if it works for you.