Forum Discussion
sking5844
2 years agoNew Member
Error Token Eof in expression
I am geting an error returned on the following expression and I cannot seem to determine why through my research. The goal of the expression is to ensure the tax lot ID in the table is present for a...
Anonymous
2 years agoNot applicable
Hi sking5844 ,
This is Power Query Editor
Power Query's backend language is M code, which means it can only recognize M code. but the code you provided is DAX, which are two completely different programming languages.
If you need to use the DAX language, go to Power BI Desktop and create measures, calculated columns, or calculated tables to use.
DAX overview - DAX | Microsoft Learn
Power Query M formula language reference - PowerQuery M | Microsoft Learn
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.