Forum Discussion
anwernuman
1 year agoNew Member
Expression.SyntaxError: Token Eof expected.
Getting Expression.SyntaxError: Token Eof expected. error in the below code. I have checked everything and it seems correct to me. What could be the issue here? = let
GoogleDistance = (origi...
- 1 year ago
This line of code is causing a problem. M doesnt have a direct equivalent of IN operator in DAX.
"rows" in attemptedSourceIf you're checking whether attemptedSource has a field called rows, use
Record.HasFields(attemptedSource, "rows"),
anwernuman
1 year agoNew Member
Key is defined correctly but I am still getting the error