how to obtain token with Microsoft Graph & Power BI Service scope together

121 Views Asked by At

I want to obtain a token for graph api and power bi service api, tried to make scope parameter as below

https://graph.microsoft.com/.default https://analysis.windows.net/powerbi/api/.default offline_access

but it give error

The scope https://graph.microsoft.com/.default https://analysis.windows.net/powerbi/api/.default offline_access is not valid

0

There are 0 best solutions below