Introducing the Power Query SDK

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 13

  • @gustavoleo
    @gustavoleo 3 роки тому +3

    Unfortunately not available for visual studio 2022 x64 yet

  • @ItsNotAboutTheCell
    @ItsNotAboutTheCell 3 роки тому +2

    Love all the hand written M.

  • @gdmitrich
    @gdmitrich 2 роки тому

    Bananas! Thank you Jhonny!
    Btw is it able to connect to this sdk file directly from power bi?

  • @tutorials9828
    @tutorials9828 5 місяців тому

    Hi, I have an excel file which I want to do data transformation in M. How do I connect the excel file to my VStudio. Already installed SDk and PowerQuery M but it keep asking credentials are required..?

  • @florentchif4551
    @florentchif4551 2 роки тому +1

    Many thanks, very useful as I wanted to start using visual studio for M language, as I'm fed up with the time it needs for my queries to refresh on the PQ editor. One question though: why not use Vs code to do that? The only difference I can see is that ok Vs code you can't sho the result, right? I just started today so...

    • @johnnywinter861
      @johnnywinter861 2 роки тому

      Yeah, if your happy writing in VS Code without being able to check the output, you totally can. I prefer being able to see the result is all

  • @nimitjain037
    @nimitjain037 Рік тому

    This is the only meaning full video I have found on Power queri sdk. Thanks
    One question: how can I use this to create a custom connector with source as web API authentication: anonymous bearer token . And set auto refresh using personal gateway. Please check

  • @davidmejias2564
    @davidmejias2564 2 роки тому

    hello, thanks for your video, please I need to get Data source hosted on Dropbox to powerBI, do you know how?

  • @flexyourdata
    @flexyourdata 2 роки тому

    Bootiful 🍻

  • @FellTheSky
    @FellTheSky 3 роки тому

    wtf, i have like 20 excel worksheets that have a script in power query. I could make a project with the 20 of them , and just put them in a ETL or SQL job so users dont have to run them manually? that would be amazing!
    Edit: I've been testing this and its pretty good, except for one little detail. How do i export the results?
    I need to command to export directly to a file. Im not sure if you can run R commands in the same script? If you could, that would be insane for automation.

    • @GreyskullAnalytics
      @GreyskullAnalytics  3 роки тому

      Not sure there is a way you can orchestrate and export it from Visual Studio. There is supposed to be a Power Query extension for SSIS and Power Query is also coming to Azure Data Factory. Another alternative is using Power BI Dataflows but bring your own datalake so you can access the file the dataflow produces.

    • @FellTheSky
      @FellTheSky 3 роки тому

      @@GreyskullAnalytics it took my entire weekend but i managed to do it with active x + power query sdk.

    • @GreyskullAnalytics
      @GreyskullAnalytics  3 роки тому

      Niiiiice! you should do a video/blog on it