Forum Discussion

nupur's avatar
nupur
Regular Visitor
4 years ago

Error in connecting github to powerBI

Hi,

 

I am getting en error while connecting my github repository to powerBI. 

3 Replies

  • Try this code

     

    let
        Source = Github.Tables("<your github user id>", "<repository name>"),
        contributions = Source{[Key="contributions"]}[Data]
    in
        contributions
    How to use this code: Create a new Blank Query. Click on "Advanced Editor". Replace the code in the window with the code provided here. Click "Done".
  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi nupur ,

     

    Could you please consider marking lbendlin's answer as the solution to help more people find it quickly?
    Thanks in advance.

    Best Regards,
    Community Support Team_Gao

     

    If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly -- How to provide sample data