We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
Little bit of a weird but a small question.
In my function Web.Contents I make a call to an URL which is a simple login page. If you go to the login page when opening the URL it works without error and shows a simple status code like 200. If in Power BI I use anonymous as authentication it works, but it also works when I use basic authentication with a username and password. When I use anonymous my RelativePath won't work because it requires basic authentication to call the API.
let
HTTPHeader = [RelativePath = "api/Plannings/GetList", Query = [page="0", pageSize="0", departmentShortName="", departmentExternalCode="", resourceId="", dateFrom="", dateTo="", projectId="", taskId="", lastModifiedDate=""], Headers = [#"Content-Type"="application/json"]],
GetPlannings = Json.Document(Web.Contents("https://BLUH.ionbiz.com", HTTPHeader))
in
GetPlannings
Kind regards
Hi @naelske_cronos ,
Hope this article can help you.
http://angryanalyticsblog.azurewebsites.net/index.php/2016/05/16/api-strategies-with-power-bi/
Hello,
This didn't really answered my question but thank you for trying to help me.
Kind regards
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 |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 6 | |
| 5 |