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
I have a coloum date (Integer), i change in text and then in date time but 0 value cause an error.
How can i fix that?
| Date |
| 20210101 |
| 20210102 |
| 0 |
| 20210103 |
| 20210104 |
Solved! Go to Solution.
Hi @Supermat ,
I would suggest after you modify this column to TEXT datatype, add a transformation of replacing 0 with NULL and then tranforming it to Date type. You can easily do this in Power Query editor in Power BI.
This is you date column which is text type:
Then add a transformation step to replace 0 with Null (as 0 can't be taken as a date)
Now modify the column data-type to Date type:
You will get the desired result.
Thanks,
Pragati
Hi @Supermat ,
I would suggest after you modify this column to TEXT datatype, add a transformation of replacing 0 with NULL and then tranforming it to Date type. You can easily do this in Power Query editor in Power BI.
This is you date column which is text type:
Then add a transformation step to replace 0 with Null (as 0 can't be taken as a date)
Now modify the column data-type to Date type:
You will get the desired result.
Thanks,
Pragati
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 |