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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
PallaviKGVG
Helper I
Helper I

Cannot load embedded report (400 Bad Request) GET [...]us-east2-redirect.analysis.windows.net/[...]

Hi,

 

I am getting access token and getting power bi groups and reports through access token. I am getting all the properties of report , but i am not able to embed on html. I am using angular2-powerbi npm package to embed the report in html . 

 

I am getting errror as

reportEmbed.min.js:1 OPTIONS https://wabi-south-east-asia-redirect.analysis.windows.net/metadata/cluster 400 (Bad Request)

Failed to load https://wabi-south-east-asia-redirect.analysis.windows.net/metadata/cluster: Response for preflight has invalid HTTP status code 400.

 

 

what might be the cause and i am totally lost.  Its critical ..Please help through this.

 

Thanks in advance.

Pallavi 

3 REPLIES 3
hs-kathryn
New Member

Following up: I found for me it was tied to a default in the Embed class, where there's a hardcoded defaultEmbedHostName being set to "https://app.powerbi.com"When I modified the distribution js file as a test to set that default as "https://app.high.powerbigov.us", it worked fine. 

 

Tracing that higher, what I discovered was we are using the powerbi.bootstrap() call, which without a hostname sent in it uses the default, which is of course hardcoded. When I changed my bootstrap call to the following as a test, it worked again with the default minified dist js file:
powerbi.bootstrap(htmlElement, { type: 'report', hostname: 'https://app.high.powerbigov.us' });
 
Only after doing all these tests did I find the documentation on bootstrapping does technically specify that I need to send this in, but boy was it a convoluted way to find out.

https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/bootstrap-better-performance

hs-kathryn
New Member

@PallaviKGVG did you ever find the cause to your issue? I'm running into a similar issue now using the npm powerbi-client JS module in the browser.

PallaviKGVG
Helper I
Helper I

Thought of uploading error image but PHOTOS are not working to upload a file.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.