-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Microsoft Power BI Cookbook
By :

The core M library comes with hundreds of different functions to aid in data connectivity, data cleansing, and data transformation. However, one of the strengths of the M language is its ability to be easily extended with custom functions.
In this recipe, we add a simple custom function as an extension of the core M library of functions.
To prepare for this recipe, we first need to identify and/or create a Custom Connections
folder for Power BI Desktop. Look in your Documents
directory for the current user. If the folder Microsoft Power BI Desktop
does not exist, create it. Navigate to the Microsoft Power BI Desktop
folder, and if the folder Custom Connectors
does not exist, create it.
To implement this recipe, follow these steps:
Cookbook3.pq
in the [Documents]\Microsoft Power BI Desktop\Custom Connectors
folder.
/...