Forum Discussion
innocence84
2 years agoHelper I
Power BI Token Generation
Hi, I generated a authorization token via postman. Then I used this token while calling the groups Rest API: (https://api.powerbi.com/v1.0/myorg/groups) But the https://api.powe...
- Anonymous2 years ago
Hi innocence84 ,
You can refer the following links to grant the service principal access to the workspaces:
By Powershell:
Add-PowerBIWorkspaceUser (MicrosoftPowerBIMgmt.Workspaces) | Microsoft Learn
Add-PowerBIWorkspaceUser -Scope Organization -Id 23FCBDBD-A979-45D8-B1C8-6D21E0F4BE50 -UserEmailAddress [email protected] -AccessRight AdminGrant the access in Power BI Service:
Best Regards
innocence84
2 years agoHelper I
Hi again,
I checked Azure portal and Power BI admin portal. I could not find any settings that corresponds an app registration and a Power BI workspace.
Is there any configurating for granting access to a Power BI workspace for the given Azure Active Directory app registration? How should we model analysis like license consumption?