Forum Discussion
Microsoft.Data.Mashup.Preview; Token ';' expected error
- 10 months ago
Hey bchager !
That's a strange error since M language doesn't actually use semicolons. This could be:
- Invalid character in your M script that the parser is misinterpreting
- Git merge conflict markers (<<<<<<<, =======, >>>>>>>) corrupting the syntax
- JSON corruption in the project structure
I'd suggest checking your definition.pbidataset file directly in a text editor - look for Git conflict markers or unusual characters. You could also compare it with your last working commit to see what changed.
If nothing obvious shows up, reverting to the previous working commit might be the quickest fix.
Hey bchager !
That's a strange error since M language doesn't actually use semicolons. This could be:
- Invalid character in your M script that the parser is misinterpreting
- Git merge conflict markers (<<<<<<<, =======, >>>>>>>) corrupting the syntax
- JSON corruption in the project structure
I'd suggest checking your definition.pbidataset file directly in a text editor - look for Git conflict markers or unusual characters. You could also compare it with your last working commit to see what changed.
If nothing obvious shows up, reverting to the previous working commit might be the quickest fix.
- bchager10 months agoResolver III
marcelsmaglhaes Thanks for your reply. Stretched for time, I just reverted to a previous working commit.