This is from the custom column editor and it says this syntax is fine.
Syntax
if ((Text.Left([BRN],3) ="RNN") and Text.Contains([Programme Name]," 2019-")) then 1 else 0
Yet this cause an error on save.
Is this a bug?
Solved! Go to Solution.
As far as I know there is no Text.Left in Power Query. Try Text.Start instead: https://docs.microsoft.com/en-us/powerquery-m/text-start
NewColumn = if(LEFT(StudentMarks[Student],1)="j",1,0)
Hai.,
Use like above format
As far as I know there is no Text.Left in Power Query. Try Text.Start instead: https://docs.microsoft.com/en-us/powerquery-m/text-start
Its obviously a bug that the custom column window says Text.Left is ok so.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
105 | |
72 | |
68 | |
47 | |
47 |
User | Count |
---|---|
161 | |
85 | |
76 | |
68 | |
67 |