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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
B_Albuquerque
Frequent Visitor

Need Help: Filter of Non-Numeric Values

I need to create a new column that don't have the non-numeric values of the original one. Can someone help?

2 ACCEPTED SOLUTIONS

Its says that I can't convert from Text to Number.

View solution in original post

Anonymous
Not applicable

Can you use a calculated column with DAX like:

 

Column = IFERROR(VALUE([Column1]), BLANK())

 

The VALUE function will try to convert the parameter to a number. IFERROR will return blank

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Can you use a calculated column with DAX like:

 

Column = IFERROR(VALUE([Column1]), BLANK())

 

The VALUE function will try to convert the parameter to a number. IFERROR will return blank

Thanks, it worked!

mdannemiller
Frequent Visitor

Create the new column, set the values of the new column equal to the old column, then change the type of the new column to text.

 

Its says that I can't convert from Text to Number.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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