This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
In Power Query Editor, when you change the Type of DateTimeOffset to DateTime Power BI just truncate the Offset, instead of converting it.
Example,
Source in DateTimeOffset:
| 16/10/2018 15:58:15 +01:00 |
After Changing the type to DateTime:
| 16/10/2018 15:58:15 |
Expected Result:
| 16/10/2018 16:58:15 |
If you do the same for a date in the Z format it converts it correctly:
Source:
| 2018-10-16T15:58:14.9970789Z |
After changing the Type to DateTime:
| 16/10/2018 16:58:15 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.