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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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