Forum Discussion
mrjizz
2 years agoFrequent Visitor
Convert Dynamic URL to Static Power Query
I possess a dynamic URL in the format: How can I transform this into a static URL within Power Query?
lbendlin
Super User
2 years agoPlease follow the documentation
Web.Contents - PowerQuery M | Microsoft Learn
use RelativePath and Query options.
- mrjizz2 years agoFrequent Visitor
I'm new to this, could you please tell me which part of my URL is Querry?
- lbendlin2 years ago
Super User
Query parameters are listed after the question mark in the URL. Your URLs don't have that, so in this particular case you only need RelativePath ( everything after the Site URL ).
- mrjizz2 years agoFrequent Visitor
Using the above method to switch to Static URL introduces authentication problems on the path. This is not an issue with Dynamic URL.