Forum Discussion
Sue_Sue
3 years agoNew Member
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...
- 3 years ago
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.
Dinesh_Suranga
Continued Contributor
3 years agoHi,
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.
Sue_Sue
3 years agoNew Member
Thanks so much. A simple solution after 2 hours of struggle 😂