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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
tenenwurcel
Regular Visitor

Having problems to find the Power BI AccessToken

Hello everyone,

 

I am trying to generate the Acess Token for my report.

 

I am trying to do so by following this tutorial: https://msdn.microsoft.com/library/mt784614.aspx

 

So in the tutorial, it says to make a post request to this link: https://api.powerbi.com/v1.0/myorg/groups/{group_Id}/reports/{report_id}/GenerateToken

 

I understand what group_id and report id is, but in the Header I am supose to give the Power BI access token.

 

Header
Content-Type: application/json; charset=utf-8
Authorization: Bearer eyJ0eX ... FWSXfwtQ

The Authorization header is the Power BI AccessToken.

 

Where can I find this Power BI AccessToken?

 

Thank you very much,

 

Henrique. 

1 ACCEPTED SOLUTION
jamesyoung
Frequent Visitor

You are getting your tokens confused.  All the API's require a Power BI Access Token.  The GenerateToken API referenced above is a token used only to open a Report.  Here is information on how to generate a Power BI Access Token:

 

https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding-content/

 

Also you might want to use the new version of the API Version 2.

 

https://github.com/Microsoft/PowerBI-CSharp

 

 

 

View solution in original post

1 REPLY 1
jamesyoung
Frequent Visitor

You are getting your tokens confused.  All the API's require a Power BI Access Token.  The GenerateToken API referenced above is a token used only to open a Report.  Here is information on how to generate a Power BI Access Token:

 

https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding-content/

 

Also you might want to use the new version of the API Version 2.

 

https://github.com/Microsoft/PowerBI-CSharp

 

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors