Skip to content

ninmonkey/Ninmonkey.PowerQueryLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ninmonkey.PowerQueryLib

Custom functions for Power BI

View Functions By Category

Exported Culture as Csv

New Usage

Importing External .pq files

If you want to load your own .pq files, check out this function:

Import.PowerQueryLib.pq Or grab the pbix Template-Import-ninlib.pbix

If the script you load has any parsing errors it will show you extra information about the error. Which line, which error kind, uses xray to view nested Error Details fields, and more. Example error:

Reason: Expression.Error
Path: 75, H:\2024\tabular\2024.pq-lib.pq
Message: [75,9-75,11] Invalid identifier.
...
RemainingMessage:  Invalid identifier.
DetailsJson: 
    [{"Location":{"Kind":"Language.TextSourceLocation","Text":"","Range":
     {"Start":{"Line":74,"Column":8},"End":{"Line":74,"Column":10}}},"Text":"Invalid identifier."}]
...
Context: 
        Format.Csv = Csv,
        23

Other projects

Functions

Categories: ValuesTypesExpressionsComparerFunctions

Other links

Usage ( Old version )

  1. Open your report and open test_All.pbix
  2. Select the functions you want (Any dependencies will be included for you)
  3. Copy -> Paste

searching_csv

Language data

searching_csv

About

Custom functions for Power BI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published