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! Don't miss your chance! Learn more
Hi Community
I'm trying to change the date format for the 2nd column but it shows "Error"
The information is coming from the database
Please help me understand why and the way forward
Thank you
Solved! Go to Solution.
First use the below formula to extract date in a custom column and then convert the new column to date
= Date.From(Text.Start([DateField],10))
Replace DateField with your column name
First use the below formula to extract date in a custom column and then convert the new column to date
= Date.From(Text.Start([DateField],10))
Replace DateField with your column name
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 12 | |
| 12 | |
| 10 | |
| 6 | |
| 5 |