Forum Discussion
GET request to Github
Hello all,
Has anyone tried to do GET from github with PowerQuery?, with token.
I keep getting http status code 404.
- Anonymous4 years ago
Hi Yatz86 ,
I have followed a tutorial here: How to Use Power BI to Get GitHub Reports , and it works on my side.
The 404 code means that a server could not find a client-requested webpage. So it may be that the Owner/Repository name is not correct.
More information:
How do you get the Git repository's name in some Git repository? - Stack Overflow
GitHub - Netkalon/Learn-MVC-Using-Angular-Idle: Learn MVC Using Angular Idle
In addition, you may try to Get data from Web, please kindly take a look at:
COVID-19: Build your own Power BI dashboard - Revised - DataChant
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- lbendlinSuper User
Have you tried using the existing GitHub connector?
- AnonymousNot applicable
Hi Yatz86 ,
I have followed a tutorial here: How to Use Power BI to Get GitHub Reports , and it works on my side.
The 404 code means that a server could not find a client-requested webpage. So it may be that the Owner/Repository name is not correct.
More information:
How do you get the Git repository's name in some Git repository? - Stack Overflow
GitHub - Netkalon/Learn-MVC-Using-Angular-Idle: Learn MVC Using Angular Idle
In addition, you may try to Get data from Web, please kindly take a look at:
COVID-19: Build your own Power BI dashboard - Revised - DataChant
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Yatz86New Member
Thank you so much Anonymous.
I'm building a report to extract issues from all repos.
This is exactly what I needed to get the data and to build the data model later on
You're awesome😉