The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am creating user Activity panel and want to use following API to get worklspaces, datasets, dataflows etc --
https://api.powerbi.com/v1.0/myorg/admin/groups?$top=20
https://api.powerbi.com/v1.0/myorg/admin/datasets
I am getting below error-
When i try to edit the data source setting and want to try login using organizational account it shows -
I am having Power BI admin controls but not able to understand why it is happening. Please help me.
Source for the API is microsoft
Solved! Go to Solution.
Hi,
Please follow this link for step by step process of Application Registration in Azure and for all the required admin permissions -
https://www.sqlshack.com/how-to-access-power-bi-rest-apis-programmatically/
is this problem resolved? I am stuck with the same problem and not able to fetch the data from toggl through API. Can anyone help please?
Hi,
Please follow this link for step by step process of Application Registration in Azure and for all the required admin permissions -
https://www.sqlshack.com/how-to-access-power-bi-rest-apis-programmatically/
Greetings, Do you resolve the problem?
I am stuck with the same problem."
@avillarroelk250
Please follow thge steps in this link
https://www.sqlshack.com/how-to-access-power-bi-rest-apis-programmatically/
It was resolved for me
Please remove the word bearer from the Authorization and it should work.
Tried this also
Getting the same error
Hi!
Then I think you should raise a ticket to MS support.
Can you please tell where can i log this ticket. Also please tell me the various permissions in O365 tenant which i need to access this . I have already POwer BI admin access but not sure about my permisiions in O365
Hi! @Amar-Agnihotri
Not much idea about 365 access. Can you check if you have an Azure subscription on your Admin account? If yes, then I believe it should have worked.
https://powerbi.microsoft.com/en-us/support/
Thanks will check this
Hi! @Amar-Agnihotri
Please try using Basic authentication and try.
Hi @AnkitKukreja ,
Thanks for the reply. I tried basic authentication
got the same error again
Niow i tried advanced authentication
and passed the authorization token as given in microsoft
got this error
Now what to do ?
Hi,
Was this resolved. I am in the same place now.