Forum Discussion
kitcatnj
3 years agoFrequent Visitor
New Column With Nested IFs
I am analyzing a column and based on what's in there, adding a new column. There are 3 things to check for. Does the column contain "??", NULL, and anything not = to 2 char in length This part ...
- 3 years ago
Hi,
I (think you missed the M function you need π
LEN doesn't exist in M , but Text.Length does π
more info : https://learn.microsoft.com/en-us/powerquery-m/text-length
Hope it helps
AilleryO
3 years agoMemorable Member
Hi,
I (think you missed the M function you need π
LEN doesn't exist in M , but Text.Length does π
more info : https://learn.microsoft.com/en-us/powerquery-m/text-length
Hope it helps