Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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