Forum Discussion
macemit
7 years agoFrequent Visitor
Text Length filter
Hi,
Trying to create what should be an easy filter based on length of a text entry (I need to keep those with 13 characters):
#"Filtered Rows1" = Table.SelectRows(#"Filtered Rows", each Text.Length([Serial_Number__c] = 13))
Can someone help?
Thanks.
Move the bracket.
Text.Length([Serial_Number__c]) =
1 Reply
- HotChilliCommunity Champion
Move the bracket.
Text.Length([Serial_Number__c]) =