<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Rest API Informations in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Informations/m-p/5195944#M65203</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm new to Rest API of Power BI, I would like to create a python script to get some informations using the Power BI Rest API.&lt;/P&gt;&lt;P&gt;What credentials/infos I need to have in the script (Tenant_ID, etc), and from where I can get them.&lt;/P&gt;&lt;P&gt;Do I need a specific access from the IT team ?&lt;/P&gt;&lt;P&gt;And as a first exercice, with what do you recommend to me start?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2026 07:53:17 GMT</pubDate>
    <dc:creator>PBI_Developer2</dc:creator>
    <dc:date>2026-06-11T07:53:17Z</dc:date>
    <item>
      <title>Rest API Informations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Informations/m-p/5195944#M65203</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm new to Rest API of Power BI, I would like to create a python script to get some informations using the Power BI Rest API.&lt;/P&gt;&lt;P&gt;What credentials/infos I need to have in the script (Tenant_ID, etc), and from where I can get them.&lt;/P&gt;&lt;P&gt;Do I need a specific access from the IT team ?&lt;/P&gt;&lt;P&gt;And as a first exercice, with what do you recommend to me start?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 07:53:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Informations/m-p/5195944#M65203</guid>
      <dc:creator>PBI_Developer2</dc:creator>
      <dc:date>2026-06-11T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Informations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Informations/m-p/5196073#M65210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1603947"&gt;@PBI_Developer2&lt;/a&gt;&amp;nbsp; &amp;nbsp;, I&amp;nbsp;am not fully certain, but to use the Power BI REST API with Python you first need to understand that it requires authentication through Microsoft Entra ID and then interaction with the Power BI Service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;To authenticate, you must register an application in the Azure portal. From this registration you will obtain the required credentials, including the Tenant ID, Client ID and Client Secret. You also need to grant the appropriate API permissions, such as read access to datasets or reports. These permissions often require approval from your IT team, so in most organisations you will need support from them before proceeding.
&lt;DIV&gt;Once the application is configured, the next step is to generate an OAuth2 access token. This token is used to authenticate all API requests. After obtaining the token, you can call Power BI REST API endpoints from Python using standard libraries such as requests.
&lt;DIV&gt;As a starting exercise, it is recommended to begin with a simple request, such as listing workspaces. This allows you to validate that authentication and permissions are correctly configured before moving to more advanced scenarios.
&lt;DIV&gt;&amp;nbsp;
&lt;DIV&gt;In summary, you need an application registered in Entra ID, the corresponding credentials and permissions, and a valid access token. With these elements in place, you can begin making REST API calls and gradually expand your use cases.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 12:07:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Informations/m-p/5196073#M65210</guid>
      <dc:creator>Zanqueta</dc:creator>
      <dc:date>2026-06-11T12:07:11Z</dc:date>
    </item>
  </channel>
</rss>

