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....
- 7 years ago
Move the bracket.
Text.Length([Serial_Number__c]) =
HotChilli
7 years agoCommunity Champion
Move the bracket.
Text.Length([Serial_Number__c]) =