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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello
When I import data from the D365 source application to the BI Desktop, the date and time changes.
Example: the record in the application shows create date as = 2024-09-30 11:54PM
When i import the data into the BI Desktop, it changes to 2024-10-01 5:54:45am
Please how can I correct this because it is affecting the KPI results.
Solved! Go to Solution.
So i have solved this creating a custom created on column using the query below to remove 6 hours from the time
= [CreatedOn] - #duration(0, 6, 0, 0)
So i have solved this creating a custom created on column using the query below to remove 6 hours from the time
= [CreatedOn] - #duration(0, 6, 0, 0)
Hopefully your locations don't use DST.
Make sure your data source accurately represents all datetime values as UTC.
I have used Locale but it doesn't solve the problem. Question is, how can i correct the data to show exact same as the time from the application?
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!