March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all.
My org currently has has 2 seperate Power Bi tenants due to a merger.
I have audit and platform scan set up on each tenant using ADF.
Each tenant is as ring fenced setup.
ADF in Azure Tenant A calls Power Bi API's in Tenant A and writes to an Azure SQl DB in Tenant A.
ADF is authorised by using system assigned managed identity in tenant A.
ADF in Azure Tenant B calls Power Bi API's in Tenant B and writes to an Azure SQl DB in Tenant B.
ADF is authorised by using system assigned managed identity in Tenant B.
Data is visualised in serveral reports in the Power BI service assiociated to Tenant B.
Now, I want to just run 1 ADF, Have 1 SQl DB to store the data.
The API's base url is https://api.powerbi.com/v1.0/myorg/admin/
The question is
1: Can 'myorg' in the base url be replaced with the tenant ID.
2: If it can, would I be correct that I'll need to set up a service principle in Tenant A, add it to my security group that can access the admin api and call the API from Tenant B using the Service Principle credentials?
Thanks in advance.
Solved! Go to Solution.
Hi , @NickA01
According to your description, you want to call the admin REST API in Power BI.
For your question, here is my understanding.As searched , the rest api in official document is like this:
GET https://api.powerbi.com/v1.0/myorg/admin/apps/{appId}/users
And the "myorg" is not contains the "{" and "}" , this means that this parameter cannot be replaced by tenantid.
In the interface document, only the parameters included in "{}" can be replaced by variables.
Secondly, whether you can successfully call the API depends on whether the API you generated the access token has permission to call the API.
For detailed preconditions, you can check the description of each interface:
And for this , you can also refer to :
Admin - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , @NickA01
According to your description, you want to call the admin REST API in Power BI.
For your question, here is my understanding.As searched , the rest api in official document is like this:
GET https://api.powerbi.com/v1.0/myorg/admin/apps/{appId}/users
And the "myorg" is not contains the "{" and "}" , this means that this parameter cannot be replaced by tenantid.
In the interface document, only the parameters included in "{}" can be replaced by variables.
Secondly, whether you can successfully call the API depends on whether the API you generated the access token has permission to call the API.
For detailed preconditions, you can check the description of each interface:
And for this , you can also refer to :
Admin - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
39 | |
22 | |
21 | |
10 | |
10 |
User | Count |
---|---|
60 | |
56 | |
22 | |
14 | |
12 |