Community

Using Function.ScalarVector() To Optimise Calls To M Functions

(Chris Webb) One of the most common issues faced when calling web services in M is that the the easiest way of doing so – creating a function that calls the web service, then calling the function once per row in a table using the Invoke Custom Function button – is very inefficient.