Ninmonkey.PowerQueryLib
Ninmonkey.PowerQueryLib copied to clipboard
Custom functions for Power BI
- [ ] Command that creates aliases for commands. Automating these: [Write.Html.pq](https://github.com/ninmonkey/Ninmonkey.PowerQueryLib/blob/1fb2ce26619529995e8e0d99470cb2581e70f00d/source/Html/Write.Html.pq) - [ ] validate aliases output for accidental identifier collisions #8 in [1]: ```ps1 New-PqLibFunctionAlias -Name 'B' -Value...
This will end up as a GitHub Action as part of the build validation for #7 and #6 minimum viable product, will validate - [ ] ValidateSynacticallyValid - is there...
## About Some functions are stand alone, others are saved as a record. - [ ] New Command to merge files from a single file / record definition. For example:...
Methods to test converage - [ ] Using `Pq` that inspects `#sections` metadata, drilling into the typedata - [ ] Using the `ts` module to parse a queries `AST`
Several [Explicit Tag names](https://github.com/ninmonkey/Ninmonkey.PowerQueryLib/blob/d006a00890236bb3aa35f0f51f0746775e881250/source/Html/Examples/Write.Html.Pq#L150-L168) can be automatically detected. Either based on argument layouts or based on `meta` fields. ### The proposed **abbreviated syntax** is: ```ts { [ Creator = "Jen...
Parse Powerquery docs, possibly using powerquery to generate data for markdown? This could be doable since I can get the `AST` from PowerQuery parser Then PipeScript can generate the `.md`...
- [ ] github action /w powershell that compiles power query lib for #6 - [ ] github action that validates individual scripts from the cli
- [ ] simplify and merge most code / modernize it a bit - [ ] organization to help /w doc strings - [ ] use module builder system -...
- [ ] Convert `table` to markdown `md` table for #4 - more: [ninMonkQuery todo list](https://github.com/ninmonkey/ninMonkQuery-examples/issues/1)