https://github.com/ninmonkey/Ninmonkey.PowerQueryLib
Custom functions for Power BI
https://github.com/ninmonkey/Ninmonkey.PowerQueryLib
Last synced: 4 months ago
JSON representation
Custom functions for Power BI
- Host: GitHub
- URL: https://github.com/ninmonkey/Ninmonkey.PowerQueryLib
- Owner: ninmonkey
- License: mit
- Created: 2020-08-29T19:12:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T19:59:08.000Z (5 months ago)
- Last Synced: 2024-11-24T20:35:55.151Z (5 months ago)
- Language: PowerShell
- Size: 16.4 MB
- Stars: 23
- Watchers: 5
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README-to include next.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ninmonkey/Ninmonkey.PowerQueryLib - Custom functions for Power BI (PowerShell)
README
First:
- [ ] fix
- [ ] `Test_TableFrom` / to
- [ ] `TableFrom` / to
- [ ] SummarizeList( sorted list as text )
## Examples in: Ninmonkey.PowerQueryLib-ExampleReports
**TextAsList.pbix**
- SerializeList, TypeAsText, ListAsText
**IP Addresses.pbix**
-
- convert from DecimalIP, DottetDecimalIP, and BinaryIP addresses
- IP Decimal bitwise math in **DAX****Random Sales**
- Random.Currency(), Random.Int()
- Integer rounding modes**Enter Data**
- Uses compressed JSON tables
**Importing Raw Text Files.pbix**
- see `ConvertTableFromText = (filepath as text, splitCharacter as text, linesPerRecord as number, optional encoding as nullable number) as table =>`
**All HTTP Request types.pbix**
- uses `HTTP` `GET`, `POST`, `PUT`, `PATCH`, etc...