Non-interactive access in Power BI

Adrian Macal
Nov 4, 2020

--

Power BI authentication is described in Microsoft’s documentation, but may be quite annoying at the very beginning. I have some pieces of code to making it working.

Authenticate

You need to authenticate as regular human. MFA won’t work. As a result you will get access token.

Call API

To call any API you need to pass access token in the ‘Authorization’ header.

--

--

Adrian Macal
Adrian Macal

Written by Adrian Macal

Software Developer, Data Engineer with solid knowledge of Business Intelligence. Passionate about programming.

No responses yet