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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
keithpoplar
Frequent Visitor

"Content not available" error when integration Power BI report from user group

Hi all, I am integrating Power BI report in my own web app and need some help on this error.

 

  1. My reports published to user groups in app.powerbi.com
  2. I have granted access of my end users to this user group.
  3. I am loading these reports dynamically in my custom web application using Power BI JavaScript SDK.
  4. My server side code is accessing this endpoint to retrieve my report access token and other details https://api.powerbi.com/beta/myorg/groups/{group id}/reports 

However, the report cannot be loaded. After user sigin their Power Bi account and grant acess to my web application, the Power BI splash screen appears. A few seconds later, it displays a "Content not available" error.

Note that I can retrieve report name, embedded url, access token etc. from Power BI API.

 

But if my user also sign in to app.powerbi.com in a diferent browser tab, the my web application can load the report correctly.

 

Why do they see the error message?

1 REPLY 1
v-haibl-msft
Employee
Employee

@keithpoplar

 

Could you please try to change the base URL from https://api.powerbi.com/beta/myorg/groups/{group id}/reports to https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports?

I’ve found someone reported similar issue as yours. According to the fix information, it should already be fixed on 10/20.

 

Best Regards,

Herbert

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors