Microsoft Power BI
Driver Details | Vous devez créer un compte Microsoft Power BI. |
Type of Support | Écriture |
Version | Description |
v3.0.0 |
|
v2.1.3 |
|
v2.1.2 |
|
v2.1.1 |
|
v2.1.0 |
|
v2.0.0 |
|
v1.0.0 (obsolète) |
|
Outils Alteryx utilisés pour la connexion
Outil Sortie Microsoft Power BI
See Microsoft's Push datasets limitations for limitations and additional details.
Due to Power BI API limitation, Designer can't write DateTime values. Convert the DateTime values to strings before uploading the dataset to Power BI.
Custom API Application Setup
For more information on how to build and manage an application using the Microsoft Azure cloud services, refer to the Azure documentation.
-
Go to Microsoft Azure
-
Sign in with your Microsoft Azure Active Directory account.
-
On the Home screen use Search, or go to the upper left corner menu to open the Azure Active Directory service.
-
Open App registrations in the left menu.
-
Select + New registration.
-
Specify the Name of the app.
-
Choose desired account type – both Single-tenant and Multi-tenant are allowed.
-
In the Redirect URI section
-
For Power BI Output version 3.1.0 and earlier: Select Single-page application (SPA) from the dropdown menu and set the two URLs:
-
For Power BI Output version 3.2.0 and later: Select Web-page application (WPA) from the dropdown menu and set the URL:
-
-
Select Register.
The Application (client) ID is your Client ID.
The Directory (tenant) ID is your Tenant ID. -
Now proceed to Certificates & secrets and add New client secret.
Copy the Value as it won't be accessible again once you leave the page–this is your Secret ID. -
Go to API permissions and add these Delegated permissions:
-
Microsoft Graph
-
Offline_access
-
Openid
-
User.Read
-
email
-
profile
-
-
Power BI Service
-
Dataset.ReadWrite.All
-
Workspace.Read.All
-
-
-
To use service principal (app-only authentication) proceed to Certificates & secrets and add New client secret. Copy the Value as it won't be accessible again once you leave the page – this is your Client Secret.
Now you can use this app in your Alteryx SharePoint Files connector. To authenticate login, you will need your User Name, Password, Client ID, and Client Secret ID and Tenant ID provided with application registration.
For more information, visit Microsoft portal.