Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi Good Day!
I currently creating a dashboard on PowerBI Desktop using DirectQuery and it's connected to Dynamics365 Dataverse, I'm having a hard time figuring out how to convert the date and time from UTC to local time zone (Auckland NZ).
Table name: incident
Date column name: Created On
I've tried modifying it thru power editor seems like it wasn't allowed in DirectQuery.
Can someone provide some possible ways on how to convert date and time from UTC to UTC+13?
Solved! Go to Solution.
hi @rrodillas012 ,
try to
1) create a calculated date table referencing your original datetime column,
2) shift 13h with a new date column
3) add the year, month column based on the shifted date column.
Hi @rrodillas012 ,
Please try this
NewTable= Table.TransformColumns(dbo_cr6d7_table14, {"cr6d7_datecolumn", each _ + #duration(0, 13, 0, 0)})
Best Regards,
Wearsky
hi @rrodillas012 ,
try to
1) create a calculated date table referencing your original datetime column,
2) shift 13h with a new date column
3) add the year, month column based on the shifted date column.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |