Forum Discussion
drwillia
Helper I
4 years agoExtracting Alphanumeric from Dynamic String Length and Format
Hi I have various records in PowerBI in a single text field. I need to extract only the alphanumeric values of length 8 characters from these strings, for example H5M10499, SA900324 and 3F601561...
HotChilli
Community Champion
4 years agoYou must be pretty close. Error messages?
drwillia
Helper I
4 years ago= Table.SelectRows(#"Split Column by Delimiter", each Text.Length([#"[Fin Project].[Project].[Project].[MEMBER_CAPTION]"] = 8))
Expression.Error: We cannot convert the value false to type Text.
Details:
Value=FALSE
Type=[Type]