Forum Discussion
pennyhoho117
Helper IV
1 year agoseeking help to retrieve Power BI Dataset data by Power API
i have created a workspace and granted admin right to the Azure app account. and i have send API : https://api.powerbi.com/v1.0/myorg/groups/89f9ce17-e8e3-433c-b419-6b2b6d87273c/datasets/8360b63e-a...
pennyhoho117
Helper IV
1 year agoi use "query": "EVALUATE (TestRedshiftRefresh)"
also return with same error, and i included Read Dataset permissions already, any other suggestions?
lbendlin
Super User
1 year agoHave you checked at jwt.io that the token has the required scope?
- pennyhoho1171 year ago
Helper IV
How to check if the return token by API : https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token has required scope?
- lbendlin1 year ago
Super User
Go to jwt.io and check if scp (scope) is set correctly.