Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I'm trying to get an access token through an API call, POST method. I´ve tried many ways but I cant manage to accomplish that. Basically I've tried two different codes that lead me to different errors as follow:
let
url = "https://xxxxx",
body = "{""email"": ""xx@xx.xom"", ""password"": ""xxx123""}",
Data= Web.Contents(url,[Content=Text.ToBinary(body),Headers=[#"Content-Type"="application/json"]]),
DataRecord = Json.Document(Data),
Source=DataRecord
in
Source
The first piece of code brings me the following message:
Web.Contents with the Content option is only supported when connecting anonymously.
let
url = "https://xxxxxxx",
body = "{""email"": ""xxx@xx.com"", ""password"": ""xxx123""}",
Parsed_JSON = Json.Document(body),
BuildQueryString = Uri.BuildQueryString(Parsed_JSON),
Source = Json.Document(Web.Contents(url))
in
Source
And the second one, this:
Web.Contents could not get the content of https://xxxxxxx : (405): Method Not Allowed.
I've been looking up everywhere but haven´t been able to find a solution. Thank you!
Solved! Go to Solution.
You may refer to the following post.
https://community.powerbi.com/t5/Desktop/Connect-to-a-Web-Service-sending-parameters/td-p/225510
Paul Zheng _ Community Support Team
You may refer to the following post.
https://community.powerbi.com/t5/Desktop/Connect-to-a-Web-Service-sending-parameters/td-p/225510
Paul Zheng _ Community Support Team
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |