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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Currently, when dates are converted to ISO dates, we add a time component too (midnight).
eg. 01/11/2014 -> '2014-11-01T00:00:00.000Z'
This is fine for dates fall in winter (before clock change). However, dates fall in the summer (BST), conversion off set 1 hour making the midnight of a day to the 11PM on previous day.
eg. 01/04/2014 -> '2014-03-31T23:00:00.000Z'
Hi @Anonymous ,
Please first convert the data type of these columns to Date/Time in Query Editor.
You can refer to these thread:
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Z here means ZULU, or UTC. If you use UTC timestamps throughout your data then that is not impacted by DST changes.
In ISO8601 you can also specify the UTC offset as needed.