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
gauravnarchal
Post Prodigy
Post Prodigy

Validate

Hello

 

How can I create a measure to validate the column?

 

If CODE is a number return Valid and if alphanumeric  return Not Valid.

 

I want to achieve this through the measure, is it possible?

 

Code
123456789
342424224
24243423FEF3
SD123133131
21231313
EFWE333324

 

 

1 ACCEPTED SOLUTION
freginier
Solution Specialist
Solution Specialist

Why do you want to use a Measure ? 

I think you need to create a calculated column to define if it's valid or not and then do calculation with measure

Column = IF( ISERROR(VALUE('Table'[Column1])),"not valid","valid")

 

View solution in original post

1 REPLY 1
freginier
Solution Specialist
Solution Specialist

Why do you want to use a Measure ? 

I think you need to create a calculated column to define if it's valid or not and then do calculation with measure

Column = IF( ISERROR(VALUE('Table'[Column1])),"not valid","valid")

 

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.