Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Members,
I am using PowerBI API to pull admin related data like workspaces , reports , datasources, etc. I have used OAuth2 method to sign in and get the response in python. It was working till last week , but now script starts to throw - Response 400.
My user works fine in power BI api Try it - focus mode.
Any suggesstions on this ? I have tried to connect using service prinicipal method, but no luck .
Do this have something to do with my power BI license . I have Pro license .
Cheers,
Mani
Solved! Go to Solution.
I didn't add the Service Principal as memeber to the security group . After adding that , the api response works fine with using Service Principal Method .
Detailed steps are here : https://data-goblins.com/power-bi/power-bi-api-python
I didn't add the Service Principal as memeber to the security group . After adding that , the api response works fine with using Service Principal Method .
Detailed steps are here : https://data-goblins.com/power-bi/power-bi-api-python
@lbendlin Thanks for your response. I have tried changing the scope (
Check your token at jwt.io - the scope "all" is most likely not accepted.