Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Has anyone of you ever used Power Query to get data out of Relatics (without using an export file)? If so, how?!
Hi ooptennoort,
Yes, it is possible to connect Power Query directly to Relatics without using an export file. Relatics exposes a REST API (OData and/or SOAP), which you can query from Power Query / Power BI.
Here are the main approaches:
Web.Contents() in M with headers for your API key or token.A typical M query using the Web connector would look like this:
let Source = Web.Contents("https://your-tenant.relatics.com/api/...", [Headers=[Authorization="Bearer your_token"]]), result = Json.Document(Source) in result
I recommend checking the Relatics documentation for the specific API endpoint structure and authentication method your organization uses.
Hope this helps!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 4 |