Forum Discussion

balwats88's avatar
balwats88
New Member
4 years ago
Solved

Connect to Power BI API via Python

Hi, I need to connect to Power BI API via Python. What should I do to accomplish it? I'd like to pull data from my organization work spaces. Please help me. All information that I found telling me th...
  • Watsky's avatar
    4 years ago

    Hi balwats88 , 

    There isn't a way around the steps you mentioned. Registering an app through Azure AD is required to access the REST API. 

    To use the Power BI REST APIs, you need to register an Azure Active Directory (Azure AD) application in Azure. The Azure AD app establishes permissions for Power BI REST resources, and allows access to the Power BI REST APIs.

    https://docs.microsoft.com/en-us/rest/api/power-bi/