The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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