Forum Discussion
Custom function Expression Error: 1 argument passsed which expects 2 arguments.
- 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.
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.
Thank You! I'll work on your recommendations!
- dufoq32 years ago
Community Champion
Hi, 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 😉