I'm seeking more help on the following thread, Client-credentials don't work for powerBI REST APIClient-credentials don't work for powerBI REST API, as I can't post any comments yet. I have the exact same situation as described in that question: I can obtain an access token, but using it for datasets gives me a 403
response. My goal is to use the Power BI REST API in Python without UI.
Could anyone clarify how the mentioned authentication flow using the username and password is achieved and at which stage? Do I first obtain the access token, or do I not need any access token at all?
Or, maybe someone has solved the authentication flow without using username and password?
Any help is greatly appreciated!