Ninmonkey.PowerQueryLib icon indicating copy to clipboard operation
Ninmonkey.PowerQueryLib copied to clipboard

Custom functions for Power BI

Results 13 Ninmonkey.PowerQueryLib issues
Sort by recently updated
recently updated
newest added

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

enhancement
UX
ideas

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

enhancement
Pipeline

## 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`

enhancement

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

enhancement
UX
ideas

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

documentation
enhancement
Pipeline

- [ ] github action /w powershell that compiles power query lib for #6 - [ ] github action that validates individual scripts from the cli

enhancement
Pipeline

- [ ] simplify and merge most code / modernize it a bit - [ ] organization to help /w doc strings - [ ] use module builder system -...

enhancement
UX

- [ ] Convert `table` to markdown `md` table for #4 - more: [ninMonkQuery todo list](https://github.com/ninmonkey/ninMonkQuery-examples/issues/1)

enhancement
ideas