March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
170 | |
145 | |
90 | |
67 | |
58 |