Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need to import data from API Post method, with body and I can't do it, could you help me?
let
Origen = Json.Document(Web.Contents("https://hst-api.wialon.com/wialon/ajax.html?svc=token/login", [Headers=[#"Content-Type"="application/x-www-form-urlencoded"]], [params={"token":"71406a685ac5fa696c7b3daefb1343b9FE88C2C627E3F9EF6A68E2FD49EA0836304BEA87","operateAs":"PB-Int"}],
#"Convertida en tabla" = Table.FromRecords({Origen}),
#"Tipo cambiado" = Table.TransformColumnTypes(#"Convertida en tabla",{{"error", Int64.Type}, {"reason", type text}})
in
#"Tipo cambiado"
Solved! Go to Solution.
@lbonillab
To add data source parameter in your URL, please check the following similar threads.
http://community.powerbi.com/t5/Desktop/Dynamic-connection-to-Web-URL/m-p/346607#M155589
https://community.powerbi.com/t5/Integrations-with-Files-and/Parameters-for-JSON-API-data-Maintain-Q...
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
@lbonillab
To add data source parameter in your URL, please check the following similar threads.
http://community.powerbi.com/t5/Desktop/Dynamic-connection-to-Web-URL/m-p/346607#M155589
https://community.powerbi.com/t5/Integrations-with-Files-and/Parameters-for-JSON-API-data-Maintain-Q...
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
And if I do the same query in "Rest Client", if I have the expected results.
The M you shared above results in a syntax error (the json-style name/value pairs are not valid M).
The body of the query does not give me the expected results.
The error message is: "wrong params"
Hi there. Can you clarify what isn't working?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 9 | |
| 7 | |
| 6 |