Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I'm not able to change the text type column into date type column in a sharepoint list though I'm the owner of the list and have full access to the list.
Please find the screenshot below:
I added a calculated column to test its functionality. I removed my owner's access and then reinstated it. I have attempted every solution I found on Google, but none have succeeded. Please help
Solved! Go to Solution.
This requires a two step process. Change the column type to a number first. Then change to a date.
Hi @h11
May I ask if your problem has been resolved? If it has been resolved, please accept lbendlin's reply as a solution. If you still have questions, please allow me to add some details.
The text data in your screenshot looks like a date expressed as a serial number in Excel, with serial number 1 indicating 1900/1/1, which can be converted to date format in Power Query Editor.
Please refer to the following for detailed steps:
1. Select “Transform data” into Power Query Editor, converting your column’s text types to whole number types
2. Insert new step, then enter the following formula in the formula box.
= Table.AddColumn(#"Changed Type1", "NewDate", each Date.AddDays(#date(1899, 12, 30), [Date]))
3. Converting the new column’s text types to date types
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This requires a two step process. Change the column type to a number first. Then change to a date.
Hi,
I don't have an option to edit it to any other type for this column in my sharepoint list.
For all the other 20 columns of the list, I'm able to see edit option in column settings and I'm able to change the column type as well. Thank you!
Do the type changes in Power Query.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |