Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I have calculated column in sharepoint list which is selected as follows.
when I loaded the data in powerBI and open the query editor, it is shown as
When I tried to change the type to date, it gives error:
Please help. thanks
Hi @ssakhuja ,
Is your problem solved? There was no problem with testing on my side. If not, please provide more details, such as what your error message is.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try
DateTimeZone.FromText([YourColumnName])
But I would just split off everything after the last ":" which would make it a datetime that you can just change the type on.
--Nate
Check out the July 2025 Power BI update to learn about new features.