The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello
When connecting manually to this URL
https://maree.info/7?d=20230206
we have to accept conditions unless the parameter ?d=20230206 is ignored and we get the current week
Is it possible when connecting with PowerQuery to send the answer so to get the informations concerning the week given by the paramater ?
Thanks a lot for your help
Chris
Solved! Go to Solution.
It is possible to pass a parameter to a URL using Power Query in order to get the information for a specific week. Here is an example of how you can achieve this:
= Web.Contents("https://maree.info/7?d=20230206&accept=1")
Replace "20230206" with the date for the week you want to retrieve information for. The "&accept=1" parameter is added to indicate that the user has accepted the conditions. 7. Click "OK" to create the new column. This will send a request to the URL with the specified parameter and retrieve the information for the specified week.
Note: Depending on the website's terms of use, automated data scraping may not be allowed. Please ensure that you have permission to access and use the data from this website.
Hello
I am very sorry as March 06th is a monday as February 06th, I did not noticed that it was still the current week 😭 that was displayed and not the 20230206 week
The paramater &accept=1 does not answer the question about the conditions...
Another idea ?
Thanks
Chris
Thanks a lot to DataSlayer, this is perfect 😀
Chris
It is possible to pass a parameter to a URL using Power Query in order to get the information for a specific week. Here is an example of how you can achieve this:
= Web.Contents("https://maree.info/7?d=20230206&accept=1")
Replace "20230206" with the date for the week you want to retrieve information for. The "&accept=1" parameter is added to indicate that the user has accepted the conditions. 7. Click "OK" to create the new column. This will send a request to the URL with the specified parameter and retrieve the information for the specified week.
Note: Depending on the website's terms of use, automated data scraping may not be allowed. Please ensure that you have permission to access and use the data from this website.