Forum Discussion

Sue_Sue's avatar
Sue_Sue
New Member
3 years ago
Solved

functions names are not recognized

Hi. I've just started using PowerBI and am trying to create a Custom Column based on the value in another column.  The problem is that my functions names "are not recognized". See the example I trie...
  • Dinesh_Suranga's avatar
    3 years ago

    Sue_Sue 

    Hi,

    M codes in power query are case sensitive.

    Normaly first letter should be a capital letter.

    ex. 'text.contains' is wrong it should be 'Text.Contains' 

    Thank you.