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.
deirdrebclark48
2 years agoFrequent Visitor
Thank You! I'll work on your recommendations!
dufoq3
Community Champion
2 years agoHi, I do not recommend 2nd and 3rd advice 😉
- deirdrebclark482 years agoFrequent Visitor
Thank you for that! 😊 I truly appreciate your help! I'll try your query. Thanks again!
- dufoq32 years ago
Community Champion
Which one? I haven't provided any in this thread 😉
- deirdrebclark482 years agoFrequent Visitor
I was under the impression that the link in your Note would help. I haven't clicked on it yet, though.