Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |