Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I started by looking at the AppOwnsDataStarterKit. I have incorporated the AppOwnsWebApi in our own back-end. I have created there a end-point which which I could retrieve the datamodel of a service priccipal profile (Get EmbeddedViewModel)
Our front-end is built using Angular. In this Angular application I am calling the endpoint "Get EmbeddedViewModel)" (which nicely gives back a list of reports and also an embedtoken. This info is used to fill in the EmbedReportConfiguration. I am only interested in the first report.
I was hoping to see some more info in the technicalDetails, but... bad luck:-)
Any ideas what I could be doing wrong?
Solved! Go to Solution.
Problem is solved. Issues was that the embed token was not correctly filled with the reports that I wanted to load.
Problem is solved. Issues was that the embed token was not correctly filled with the reports that I wanted to load.
I have the same problem, can you explain me how do you resolve this problem?
Hi @DirkVr,
AFAIK, the HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to authorize it.
I'd like to suggest you extract the id of the embedded contents and corresponding tokens to test on the power bi embedded playground to confirm if the same issue appears:
Power BI Embedded Playground
Regards,
Xiaoxin Sheng
Hi,
I have tried it on the Power BI Embedded Playground and i get the same issue.
Update : when looking at the requests going out, I see that the following request is giving a 403 :
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
5 | |
5 | |
4 | |
4 | |
3 |