Forum Discussion
pennyhoho117
1 year agoHelper IV
seeking 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
1 year agoHelper IV
the https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/executeQueries API keeps returning error 401: {'error': {'code': 'PowerBINotAuthorizedException', 'pbi.error': {'code': 'PowerBINotAuthorizedException', 'parameters': {}, 'details': [], 'exceptionCulprit': 1}}}
but i already checked included tenor setting for API calling and Allow service principals to use Power BI APIs
Could you give me suggestions?