Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I've an API secured with OAuth, how can I pull data from using PBI data flow. kindly find below an example of parameters I am using to connect to this API services
URL = 'https://sample.com/ws/schema/query/student_list'
Headers = @{ 'Authorization' = "Bearer $token" }
Method = POST
ContentType = 'application/json'
So does PowerBI support API with method Post for return JSON ? How Can I connect to this API service ?
Solved! Go to Solution.
Yes, Web.Contents() with a data payload in the Content section switches from GET to POST.
Web.Contents - PowerQuery M | Microsoft Docs
Yes, Web.Contents() with a data payload in the Content section switches from GET to POST.
Web.Contents - PowerQuery M | Microsoft Docs
User | Count |
---|---|
24 | |
21 | |
11 | |
11 | |
10 |
User | Count |
---|---|
50 | |
31 | |
20 | |
18 | |
15 |