migueesc123 / PowerBIRESTAPI

A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API
MIT License
238 stars 74 forks source link

I get attached error when connecting to Power BI Service Administrator tables. #27

Closed rhalabi closed 4 years ago

rhalabi commented 4 years ago

I get the attached error when I try to connect to any of the Power BI Service Administrator OR Functions tables. I am successfully signed in and all other tables work fine when I click the connect button, but the Power BI Service Administrator OR Functions tables get the error when I click the connect button.

Error

migueesc123 commented 4 years ago

hey! This appears to be related to the permissions that you have at your app level.

I'd highly encourage you to take a look at the official documentation from Microsoft in regards to what permissions you need for those type of "Admin" calls.

The Custom Connector just handles the calls to the API, but the whole authentication and tokens are handled at your app level.