Configure Microsoft Power BI Permissions

In this Article:

Overview:

The Power BI Admin Team needs to complete the following prerequisites and test the specified APIs. Once these steps are successfully completed, then you can proceed with configuring a Power BI connection in DvSum.

Refer to Configure Microsoft Power BI as a Source for details on creating and configuring the source in DvSum.

Prerequisites

Before proceeding to test API, please ensure the following prerequisites are completed:

  1. Set up metadata scanning. Refer to Microsoft article: Metadata Scanning Setup.
  2. Create relevant Entra App. Refer to Microsoft article: Embed Power BI content with service principal and an application secret.

 

API Testing from Power BI Admin

1. Authentication Token Acquisition

  • Endpoint:
    POST https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token
  • Expected Response:
    • Status Code: 200 OK (indicates successful connection)
    • Response Body:
      {
      "token_type": "Bearer",
      "expires_in": 3599,
      "ext_expires_in": 3599,
      "access_token": "<token>"
      }

2. Test Connection - Retrieve Workspaces using Auth token Generated in Step 1

3. Scanning APIs using Auth token Generated in Step 1

The following APIs will be used during the scanning process:

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk