Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi Good Day!
I'm creating a dashboar on PowerBI Desktop using Dataverse DirectQuery. Upon checking power query the date and time is in UTC.
Tried editing using power query but it's not possible since it's directquery from Dataverse(dynamics 365)
How would I convert the date and time from UTC to UTC+13? What would be the workaround here, Thank you!
Solved! Go to Solution.
Hi @rrodillas012 ,
I've made a test for your reference:
1\My dataverse table(Direct Query mode)
2/Add 13 hours to the createdon field using Table.TransformColumns in Power Query.
NewTable= Table.TransformColumns(dbo_cr07c_newtable, {"createdon", each _ + #duration(0, 13, 0, 0)})
3\Result
Best Reagrds,
Bof
Hi @rrodillas012 ,
I've made a test for your reference:
1\My dataverse table(Direct Query mode)
2/Add 13 hours to the createdon field using Table.TransformColumns in Power Query.
NewTable= Table.TransformColumns(dbo_cr07c_newtable, {"createdon", each _ + #duration(0, 13, 0, 0)})
3\Result
Best Reagrds,
Bof
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 40 | |
| 21 | |
| 18 |