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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BanksySan
Regular Visitor

Cannot get access token

I'm getting very stuck trying to get an access token in order to embed a PowerBI report.

 

The report in PowerBI https://app.powerbi.com/groups/me/reports/80106298-cf83-480a-aba4-c679ffac1535 

 

  1. Is the  report ID 80106298-cf83-480a-aba4-c679ffac1535?
  2. How do I find the Group ID?

 

I'm using the PowerBIEmbedded_AppOwnsData sample.

 

 

  <appSettings>
    <add key="webpages:Version" value="3.0.0.0" />
    <add key="webpages:Enabled" value="false" />
    <add key="ClientValidationEnabled" value="true" />
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />

    <add key="authorityUrl" value="https://login.windows.net/common/oauth2/authorize/" />
    <add key="resourceUrl" value="https://analysis.windows.net/powerbi/api" />
    
    <add key="apiUrl" value="https://api.powerbi.com/" />
    <add key="embedUrlBase" value="https://app.powerbi.com/" />
    <add key="clientId" value="Client ID from registering" />
    <add key="groupId" value="1" />

    <!-- The id of the report to embed. If empty, will use the first report in group -->
    <add key="reportId" value="" /> 

    <!-- Note: Do NOT leave your credentials on code. Save them in secure place. -->
    <add key="pbiUsername" value="My Azure Username" />
    <add key="pbiPassword" value="My Azure Password" />
    
  </appSettings>

 Should I be replacing the Authority URL with the OAuth 2.0 Authorization Endpoint in my Azure AD's Registered Applications properties?  (https://login.microsoftonline.com/{tenancy_id}/oauth2/authorize)

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

HI @BanksySan,


I think you can refer to below link to know how to get group id list.

Get Groups

 

If current group means your personal 'myworkspace', it is impossible to get group id from my workspace.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

1 REPLY 1
v-shex-msft
Community Support
Community Support

HI @BanksySan,


I think you can refer to below link to know how to get group id list.

Get Groups

 

If current group means your personal 'myworkspace', it is impossible to get group id from my workspace.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors