agentr13 / PowerQueryExtensions

Modules that extend the functionality of Power BI/Power Query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerQueryExtensions

A collection of modules that extend the capabilities of M language (aka Power Query). Modules

Quickstart

The modules use the extensibility provided by Data Connectors, so in order to use them you have to:

  1. Copy the the contents of /build folder with all the *.mez files onto your local machine
  2. Create a PQ_ExtensionDirectory environment variable, set its value to this folder
  3. Restart Power BI Desktop

For developers

In order to extend the modules

  1. Install the Power Query SDK from the Visual Studio Marketplace
  2. Edit the existing Data Connector Projects or *.pq files
  3. 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.

Modules

References

The M functions used in this repository have been assembled from a few sources:

About

Modules that extend the functionality of Power BI/Power Query