|
7 | 7 | - [New Usage](#new-usage) |
8 | 8 | - [Importing External `.pq` files](#importing-external-pq-files) |
9 | 9 | - [Other projects](#other-projects) |
10 | | - - [Special functions](#special-functions) |
| 10 | + - [Functions](#functions) |
11 | 11 | - [Other links](#other-links) |
12 | 12 | - [Usage ( Old version )](#usage--old-version-) |
13 | 13 | - [Language data](#language-data) |
@@ -57,32 +57,34 @@ Context: |
57 | 57 | - [tirnovar/m-custom-functions](https://github.com/tirnovar/m-custom-functions) |
58 | 58 | - [tirnovar/Power-BI-Admin-REST-API-Connector](https://github.com/tirnovar/Power-BI-Admin-REST-API-Connector) and [tirnovar/Power BI REST API using Power Query](https://github.com/tirnovar/Power_BI_REST_API_PQ?tab=readme-ov-file#power-bi-rest-api-custom-function-library) |
59 | 59 |
|
60 | | -## Special functions |
| 60 | +## Functions |
61 | 61 |
|
62 | | -- [Values](https://docs.microsoft.com/en-us/powerquery-m/value-functions) Functions |
63 | | -- [Type](https://docs.microsoft.com/en-us/powerquery-m/type-functions) Functions |
64 | | -- [Expression](https://docs.microsoft.com/en-us/powerquery-m/expression-functions) Functions |
65 | | -- [Comparer](https://docs.microsoft.com/en-us/powerquery-m/comparer-functions) |
66 | | -- [Function](https://docs.microsoft.com/en-us/powerquery-m/function-values) |
| 62 | +
|
| 63 | +Categories: [Values](https://docs.microsoft.com/en-us/powerquery-m/value-functions) • [Types](https://docs.microsoft.com/en-us/powerquery-m/type-functions) • [Expressions](https://docs.microsoft.com/en-us/powerquery-m/expression-functions) • [Comparer](https://docs.microsoft.com/en-us/powerquery-m/comparer-functions) • [Functions](https://docs.microsoft.com/en-us/powerquery-m/function-values) |
| 64 | +
|
| 65 | +- [Functions - Top Level](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference) |
| 66 | +- useful functions from the Custom Connector Docs - [microsoft/DataConnectors/Helper Functions](https://github.com/microsoft/DataConnectors/blob/master/docs/helper-functions.md) |
67 | 67 | - [`OAuth` Authentication](https://docs.microsoft.com/en-us/power-query/handlingauthentication) |
68 | 68 | - first read: [blog.crossjoin Connecting To Rest APIs with OAuth2 in Power BI](https://blog.crossjoin.co.uk/2021/08/29/connecting-to-rest-apis-with-oauth2-authentication-in-power-query-power-bi/) |
69 | 69 | - [Windows Authentication and SSO](https://docs.microsoft.com/en-us/power-query/additional-connector-functionality) |
| 70 | +- [Implementing `Table.Schema` - Custom Connectors - bengribaudo.com](https://bengribaudo.com/blog/2022/06/16/6797/custom-connectors-populating-table-schema) |
| 71 | + |
| 72 | +<!-- |
| 73 | +for now disable links that were broken by path changes. |
70 | 74 | - [Data Source Kind on SDK MS-DataConnectors](https://github.com/Microsoft/DataConnectors/blob/master/docs/m-extensions.md#data-source-kind) |
71 | 75 | - [Implementing `OAuth` Flow](https://github.com/Microsoft/DataConnectors/blob/master/docs/m-extensions.md#implementing-an-oauth-flow) |
72 | 76 | - [Implementing `Table.View` for Query Folding](https://github.com/microsoft/DataConnectors/blob/master/docs/table-view.md) |
73 | 77 | - [Implementing `Nav table`](https://github.com/microsoft/DataConnectors/blob/master/docs/nav-tables.md) |
74 | 78 | - [Extending the `ODBC` connector](https://github.com/microsoft/DataConnectors/blob/master/docs/odbc.md) |
75 | 79 | - example: [Swagger and two Auth types](https://github.com/microsoft/DataConnectors/blob/master/samples/DataWorldSwagger/DataWorldSwagger.pq) |
76 | | -- [Implementing `Table.Schema` : Custom Connectors :bengribaudo](https://bengribaudo.com/blog/2022/06/16/6797/custom-connectors-populating-table-schema) |
| 80 | +--> |
77 | 81 |
|
78 | 82 | ## Other links |
| 83 | +- [Custom Connector tutorial: TripPin](https://github.com/microsoft/DataConnectors/tree/master/samples/TripPin) |
79 | 84 |
|
80 | 85 | - [DataConnectors / samples](https://github.com/microsoft/DataConnectors/tree/master/samples) |
81 | | -- [Power Query Language Specs](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-language-specification) (aka 'M') |
82 | | -- top level [Function Docs](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference) |
| 86 | +- [Power Query M Language Specs](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-language-specification) |
83 | 87 | - Details on [Web.Contents: Special Behavior of HTTP Status Codes](https://github.com/microsoft/DataConnectors/blob/master/docs/other-topics.md) |
84 | | -- [Helper Functions](https://github.com/microsoft/DataConnectors/blob/master/docs/helper-functions.md) @microsoft/DataConnector |
85 | | -- [Main Trippin tutorial](https://github.com/microsoft/DataConnectors/tree/master/samples/TripPin) |
86 | 88 |
|
87 | 89 | ## Usage ( Old version ) |
88 | 90 |
|
|
0 commit comments