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

ERROR ON API CALLS TO EMBED REPORTS

By USING API > PowerBIClient  or OR WebRequest  with  C#

 

azurn token

the Azure.accessToken, i'm getting with out any error 

 

power bi token error

request.Headers.Add("Authorization", "Bearer " + vars.Azure.accessToken);

or var tokenCredentials = new TokenCredentials(vars.Azure.accessToken, "Bearer");

Error

ERROR   401 OR FILE NOT FOUND 

I HAVE POWER BI PRO AND AZURE FREE EDTION WITH ALL permission

maybe my free version on azure cause the problem !!

i need to get the secend token number base on azure token 

 

 

 

 

2 REPLIES 2
v-lid-msft
Community Support
Community Support

Hi @project101 ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lid-msft
Community Support
Community Support

Hi @project101 ,

 

Could you please try to embed content using sample aplication based on this document to find if AAD application setting is working.

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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