<?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 Connecting Power Query to Relatics in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-Power-Query-to-Relatics/m-p/3528096#M115366</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Has anyone of you ever used Power Query to get data out of Relatics (without using an export file)? If so, how?!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2023 16:05:46 GMT</pubDate>
    <dc:creator>ooptennoort</dc:creator>
    <dc:date>2023-11-10T16:05:46Z</dc:date>
    <item>
      <title>Connecting Power Query to Relatics</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-Power-Query-to-Relatics/m-p/3528096#M115366</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Has anyone of you ever used Power Query to get data out of Relatics (without using an export file)? If so, how?!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 16:05:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-Power-Query-to-Relatics/m-p/3528096#M115366</guid>
      <dc:creator>ooptennoort</dc:creator>
      <dc:date>2023-11-10T16:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Power Query to Relatics</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-Power-Query-to-Relatics/m-p/5179338#M158216</link>
      <description>&lt;P&gt;Hi ooptennoort,&lt;/P&gt;
&lt;P&gt;Yes, it is possible to connect Power Query directly to Relatics without using an export file. Relatics exposes a &lt;STRONG&gt;REST API&lt;/STRONG&gt; (OData and/or SOAP), which you can query from Power Query / Power BI.&lt;/P&gt;
&lt;P&gt;Here are the main approaches:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;OData Feed (recommended):&lt;/STRONG&gt; If your Relatics environment supports OData, you can use the built-in &lt;EM&gt;OData Feed&lt;/EM&gt; connector in Power Query. Go to &lt;EM&gt;Get Data → OData Feed&lt;/EM&gt; and enter your Relatics OData endpoint URL. You may need to authenticate using Basic or OAuth credentials provided by your Relatics administrator.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Web / REST API:&lt;/STRONG&gt; Relatics also has a REST API. You can use the &lt;EM&gt;Web&lt;/EM&gt; connector in Power Query with the appropriate endpoint URL and authentication headers. Use &lt;CODE&gt;Web.Contents()&lt;/CODE&gt; in M with headers for your API key or token.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Custom Connector:&lt;/STRONG&gt; For more advanced integration, you can build a custom Power Query connector (.pqx) using the Relatics API documentation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;A typical M query using the Web connector would look like this:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;let Source = Web.Contents("&lt;A href="https://your-tenant.relatics.com/api/" target="_blank"&gt;https://your-tenant.relatics.com/api/&lt;/A&gt;...", [Headers=[Authorization="Bearer your_token"]]), result = Json.Document(Source) in result&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;I recommend checking the &lt;A href="https://docs.relatics.com" target="_blank"&gt;Relatics documentation&lt;/A&gt; for the specific API endpoint structure and authentication method your organization uses.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 12:24:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-Power-Query-to-Relatics/m-p/5179338#M158216</guid>
      <dc:creator>freginier</dc:creator>
      <dc:date>2026-05-07T12:24:05Z</dc:date>
    </item>
  </channel>
</rss>

