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 am developing a web application in which i want to allow users to push their data from the application to a power bi dataset (e.g. on their power bi work account).
Therefore i did the following:
I registered an azure ad application (Accounts in any organizational directory (Any Azure AD directory - Multitenant).
For authentication, i redirect a user to https://login.microsoftonline.com/common/oauth2/v2.0/authorize and add the corresponding redirect_uri, scopes, client_id, prompt=consent and response_type=code to the URL.
The scopes are:
Solved! Go to Solution.
I found the solution.
If anyone faces the same problem - here is what i did:
Since im using "Accounts in any organizational directory (Any Azure AD directory - Multitenant), the correct authentication endpoint is /organizations/ and not /common/.
(i used the same url part - common - like i did with my service for OneDrive.. but my connection to PBI is only intendet for organizational accounts and not for 'all' kinds of accounts)
It is essential to use the correct endpoint for the corresponding setting in the azure ad app:
You can look it up here. https://docs.microsoft.com/de-de/azure/active-directory/develop/active-directory-v2-protocols#endpoi...
I found the solution.
If anyone faces the same problem - here is what i did:
Since im using "Accounts in any organizational directory (Any Azure AD directory - Multitenant), the correct authentication endpoint is /organizations/ and not /common/.
(i used the same url part - common - like i did with my service for OneDrive.. but my connection to PBI is only intendet for organizational accounts and not for 'all' kinds of accounts)
It is essential to use the correct endpoint for the corresponding setting in the azure ad app:
You can look it up here. https://docs.microsoft.com/de-de/azure/active-directory/develop/active-directory-v2-protocols#endpoi...
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
8 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |