Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
heiligbd
Helper I
Helper I

Search column for anything other than numbers

I need to search and replace any letters in a column (could be aA-zZ) with a number or if the row contains only a number to leave the number.  How can I use a wildcard or something else to convert any field with any letter character and replace with zero? These are calculated columns so I can't make this change in power query.

Example rows

Column ANew Column
15001500
mno0
20002000
abc0
dfg0
350350
qrs0
900900

 

2 ACCEPTED SOLUTIONS
HotChilli
Super User
Super User

Was that stated in the original post or have you edited it? If so, I apologise.

In DAX, you can use an IFERROR to assign a different value,

so can you add a new column, CONVERT to integer and assign 0 if it throws an error.

I'll let you get on with that.

View solution in original post

Padycosmos
Solution Sage
Solution Sage

Hope this helps:

Padycosmos_0-1677604133381.png

 

View solution in original post

4 REPLIES 4
Padycosmos
Solution Sage
Solution Sage

Hope this helps:

Padycosmos_0-1677604133381.png

 

HotChilli
Super User
Super User

Was that stated in the original post or have you edited it? If so, I apologise.

In DAX, you can use an IFERROR to assign a different value,

so can you add a new column, CONVERT to integer and assign 0 if it throws an error.

I'll let you get on with that.

HotChilli
Super User
Super User

In Power Query, change the datatype to number.

Then replace Errors with 0.

You can do this from the interface.

I can't do it in power query. Its a calculated column outside of power query.

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors