A collection of modules that extend the capabilities of M language (aka Power Query).
The modules use the extensibility provided by Data Connectors, so in order to use them you have to:
- Copy the the contents of
/build
folder with all the *.mez files onto your local machine - Create a
PQ_ExtensionDirectory
environment variable, set its value to this folder - Restart Power BI Desktop
In order to extend the modules
- Install the Power Query SDK from the Visual Studio Marketplace
- Edit the existing
Data Connector Projects
or *.pq files - Build the solution
The deployable *.mez files will be located in the Debug folder of each module under
/src
. The Relese configuration of the build will copy these files into the/build
folder.
The M functions used in this repository have been assembled from a few sources: