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 during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone,
I have data that is updated automatically, and the original inputs are keyed on by people filling out an online questionaire. One of the questions is for zip code, and sometimes visitors to the site accidently key in a letter in the zip code which causes an error message when I refresh the data.
I know there is a way to remove errors, but I would prefer to have the errors automatically converted to a 0 so that I don't lose all of the other data associated with that visitor.
Does anyone know if it is possible to convert an error to a 0?
Thanks in advance!
You could create a custom column like this:
= try Number.From([Zip]) otherwise 0
Then remove your other column.
You could also just change your Data Type in your zip to Text.
Thanks smoupre! I need to have the data as a number for some of the analysis that I am doing, so I think your first suggestion will work perfectly only I will need to retain the original column. Thanks!
Cool, let me know if it works for you.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |