Forum Discussion
deirdrebclark48
2 years agoFrequent Visitor
Custom function Expression Error: 1 argument passsed which expects 2 arguments.
I've been staring at this code for 2 days. Receiving the following error: Error: Expression.Error: 1 arguments were passed to a function which expects 2. Arguments = <ccon>{Binary.FromText(...)}</c...
- 2 years ago
the error seems to be with Binary.FromText. But that is nowhere in your querey, so there must be more.... I totally agree with Anonymous though, nobody is going to read through all that M code.
Word of advide: Do yourself a favor and clean up your query first:
- remove all columns you don't need in the first step
- do change type as soon as you can
- split you query in logical blocks. For eaxmple start a new query after a group by referring to the result of the group by.
Anonymous
2 years agoNot applicable
Nobody is reading through all that for you. Which step gives you an error?
--Nate