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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Copy numerical values to new column from column that contains mixed numbers and text

Hi,

Started working with power bi not a long time ago, and I'm struggling with the following calculation:

I have a column that contains mixed numbers and text – all values in the column are text.

For example:

col

4

4

3

CDB

2

1

ABC

 

I need to copy the "numerical" values to a new column as numbers.

New_col

4

4

3

-

2

1

-

Unfortunatly In this model I can't use power query. 

Can anyone advise on how to resolve this?
 
Thank you

 

1 ACCEPTED SOLUTION
rbriga
Impactful Individual
Impactful Individual

Refreshing didn't solve it?

Also, for testing, try doing the same outside of Tabular Editor.

-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!

View solution in original post

4 REPLIES 4
rbriga
Impactful Individual
Impactful Individual

If you have to do this in DAX (calculated column),

Add the column

 =IFERROR(VALUE([A]),BLANK())

Where [A] is the original mixed column.

Power BI Boards.JPG

-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!
Anonymous
Not applicable

Thank you for you response,
I wrote the query in Tabular editor (calculated column)- > 
IFERROR ( VALUE ( Fact_FormAnswerRows[Selected Answers] ), BLANK () )
And when I checked the results in PB the following error was showcased:

KatyaK_0-1626693539633.png

I'm not sure if there is something not current in my query or is it something else?




rbriga
Impactful Individual
Impactful Individual

Refreshing didn't solve it?

Also, for testing, try doing the same outside of Tabular Editor.

-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!
Anonymous
Not applicable

Thanks!
In the end it worked 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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