Forum Discussion

DavidPi's avatar
DavidPi
Advocate II
4 years ago
Solved

Power BI API - return unexpexted result

Hello, 

 

I am trying to use Postman and call Power BI API.

First I call https://login.microsoftonline.com/9b511fda-f0b1-43a5-b06e-1e720f64520a/oauth2/token and received token. That is ok.

Then I call https://api.powerbi.com/v1.0/myorg/groups and recieve this:

 

{
"@odata.context": "http://wabi-north-europe-f-primary-redirect.analysis.windows.net/v1.0/myorg/$metadata#groups",
"@odata.count": 0,
"value": []
}

 

Access-Control-Expose-Headers →RequestId
Cache-Control →no-store, must-revalidate, no-cache
Connection →Close
Content-Type →application/json; odata.metadata=minimal
Date →Fri, 20 May 2022 07:17:45 GMT
OData-Version →4.0
Pragma →no-cache
RequestId →dde92e15-0829-4a55-9214-c325dd58a90e
Strict-Transport-Security →max-age=31536000; includeSubDomains
Transfer-Encoding →chunked
Via →Proxy
X-Content-Type-Options →nosniff
X-Frame-Options →deny
request-redirected →true
 
What is the problem?
 
Thx.
 
David

7 Replies