Forum Discussion
Anonymous
3 years agoNot applicable
Query taking forever to load
let
url = "https://materialplv.es/wp-json/wc/v3/orders",
get_one = (url as text,n as number) as any =>
let
result = try Table.FromRecords(Json.Document(Web.Contents(url&"?pe...
v-yalanwu-msft
3 years agoCommunity Support
Hi, Anonymous ;
The "authentication" is baked into the Power Query code itself through the API key, so setting the authentication method to anonymous works perfectly in Power BI desktop.
Solved: Anonymous access - Microsoft Power BI Community
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
I cannot do that, because with anonymous cretentials, the API restricts the access to some necesary data.