An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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...