Passing a function to another function to improve maintainability in Power Query/M Language
Developing is relatively easy but maintaining is harder. A code relatively easy to maintain must have a good balance between expressiveness and compactness. In Power Query/M Language, passing a fun…