https://github.com/tnclark8012/Power-BI-Desktop-Query-Extensions
Various M Queries that you can use to make life easy-peasy
https://github.com/tnclark8012/Power-BI-Desktop-Query-Extensions
Last synced: 5 months ago
JSON representation
Various M Queries that you can use to make life easy-peasy
- Host: GitHub
- URL: https://github.com/tnclark8012/Power-BI-Desktop-Query-Extensions
- Owner: tnclark8012
- License: mit
- Created: 2015-01-15T23:59:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T16:04:42.000Z (over 7 years ago)
- Last Synced: 2024-10-20T12:37:43.390Z (6 months ago)
- Size: 112 KB
- Stars: 67
- Watchers: 11
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tnclark8012/Power-BI-Desktop-Query-Extensions - Various M Queries that you can use to make life easy-peasy (Others)
README
# Extension Functions for Power BI Desktop and Excel
PBI Desktop (and Excel 2016) Query Functions that you can use to make life easy-peasy. Submit issues or pull requests for functions you'd like to see added. Most functions are self-documenting, and new documentation is being added all the time.# Getting Started
## 1. Create a blank query
## 2. Open the advanced editor
## 3. Paste in the library
#### Option 1: Always get the latest from GitHub - Requires data privacy considersations
Copying the below will give you the latest versions and all times. You can connect with anonymous credentials. Be sure to set the data privacy level appropriately when prompted.
~~~
Expression.Evaluate(Text.FromBinary(Web.Contents("https://raw.githubusercontent.com/tnclark8012/Power-BI-Desktop-Query-Extensions/master/power-query-extensions.pq")),#shared)
~~~#### Option 2: Copy the current version locally - No issues with data privacy
Copy paste the contents from https://raw.githubusercontent.com/tnclark8012/Power-BI-Desktop-Query-Extensions/master/power-query-extensions.pq
## 4. Name the query something short and sweet (like "PBI")
## 5. Click on function names to see documentation!
## 6. Use it by referencing PBI[TheFunctionName]
### Before:
### After:
# Contributing
The more the merrier! Be sure to document your function and include a test