Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Experts,
Im new to Power BI. I am trying to find the available gateways at the tenant level using the Rest API at the admin level.
As per the below document,I am able to find the personal gateways that were created by me by using the Rest API call. Similarly, I need to find the gateways registered by all the users in the tenant. I am looking for the API to get the gateways registered by all the users. please help me with the above things.
https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/get-gateways
Thanks
Json.Document(
Web.Contents(
"https://api.powerbi.com/v2.0/myorg",
[
RelativePath = "gatewayclusters?$expand=permissions,memberGateways&$skip=0",
Headers = [
#"Content-Type" = "application/json"
]
]
)
),
Source: PowerBIRESTAPI/Power BI API/PowerBIRESTAPI/PBIAPI.pq at master · migueesc123/PowerBIRESTAPI · GitHub
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
28 | |
26 | |
22 | |
22 | |
18 |
User | Count |
---|---|
51 | |
34 | |
28 | |
24 | |
21 |