Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
nupur
Regular Visitor

Error in connecting github to powerBI

Hi,

 

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

3 REPLIES 3
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

nupur
Regular Visitor

thanks, its working!

lbendlin
Super User
Super User

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors