-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Update compatibility with recent SDK #32
Comments
Hi, thanks for the great CLI solution. Thank you. |
PowerQueryNet is project based on the Power Query SDK developed by Microsoft. The last time it was updated was in 2019. I first recommend that you ask Microsoft to update their library. |
Oh, understood, thanks for the quick reply |
This query
fails with
The name 'List.Split' wasn't recognized. Make sure it's spelled correctly.
List.Split is a valid built-in function and I can only guess that it is not recognized because of the outdated SDK.
List.Split
, above.??
coalesce operator).Table.Skip
no longer requires a second parameter (it now defaults to skipping one row).Table.AddColumn
can now take 5 rather than 4 parametersSuch inconsistencies make what should be simple lift & shift of code from Power BI to PQnet a very difficult exercise.
I understand there was a reason to freeze the version but that was several years ago, so can you please update PQnet's SDK compatibility?
The text was updated successfully, but these errors were encountered: