The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi, Im tryin to retrive data from this link. but there is an error, we were unable to retreve contents of the page
https://storage.googleapis.com/play_public/supported_devices.html
Solved! Go to Solution.
Hi @Razik_BNPL ,
Please use Web.Page instead of Web.BrowserContents, and paste the below codes in your Advanced Editor. Please find the details in the attachment.
let
Source = Web.Page(Web.Contents("https://storage.googleapis.com/play_public/supported_devices.html")),
Navigation = Source{0}[Data]
in
Navigation
In addition, you can refer the following link to try to resolve the problem about web connector...
Troubleshooting the Power Query Web connector - Power Query | Microsoft Learn
Best Regards
Hi @Razik_BNPL ,
Please use Web.Page instead of Web.BrowserContents, and paste the below codes in your Advanced Editor. Please find the details in the attachment.
let
Source = Web.Page(Web.Contents("https://storage.googleapis.com/play_public/supported_devices.html")),
Navigation = Source{0}[Data]
in
Navigation
In addition, you can refer the following link to try to resolve the problem about web connector...
Troubleshooting the Power Query Web connector - Power Query | Microsoft Learn
Best Regards
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
77 | |
70 | |
48 | |
41 |
User | Count |
---|---|
140 | |
112 | |
72 | |
64 | |
63 |