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
patidar_d10
Frequent Visitor

need help to create dynamic report according to username

Creating a Power BI Report Using GitHub API

Hi Community! 👋

I’ve been working on an exciting project that combines the power of GitHub's API and Power BI to create interactive reports. The idea is simple: allow users to input their GitHub username, fetch the data via the GitHub API, and display a detailed report in Power BI.

Project Overview

Goal: Enable public users to enter their GitHub username and generate a personalized report in Power BI.

patidar_d10_0-1739774751039.png

i want this username from end user if it's possible then 
i want step by step so i can do that i want 


help 

2 REPLIES 2
Anonymous
Not applicable

Hi, @patidar_d10 

Unfortunately, most of these actions need to be performed manually.

 

First you need to get the personal access token. you can refer to the following documentation:

Managing your personal access tokens - GitHub Docs

vfenlingmsft_1-1739860439339.png

 

 

Then you can get the user information. You can refer to the following documentation:

REST API endpoints for users - GitHub Docs

vfenlingmsft_2-1739860464669.png

 

I hope the above suggestions will help you!

 

 

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

@Anonymous 
I agree with you(most of the proccess manually)
but I think there will be a way that can solve this problem.

As you mentioned above doc but i can get some information without access token 
so please 
you did this type of work so please help me.

Thank You for Replying

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