PowerQueryExtensions
PowerQueryExtensions copied to clipboard
Modules that extend the functionality of Power BI/Power Query
PowerQueryExtensions
A collection of modules that extend the capabilities of M language (aka Power Query).

Quickstart
The modules use the extensibility provided by Data Connectors, so in order to use them you have to:
- Copy the the contents of
/buildfolder with all the *.mez files onto your local machine - Create a
PQ_ExtensionDirectoryenvironment variable, set its value to this folder - Restart Power BI Desktop
For developers
In order to extend the modules
- Install the Power Query SDK from the Visual Studio Marketplace
- Edit the existing
Data Connector Projectsor *.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/buildfolder.
Modules
- Date
- List
- Number
- Splitter
- Table
- Text
- Value
References
The M functions used in this repository have been assembled from a few sources: