Hello,
In Power Query, is it possible to execute a URL command before starting to download the data set?
Example:
I need to execute www.mysite.com/refresh-csv.php
before getting data with
Source = Csv.Document(Web.Contents("www.mysite.com/data.csv") .............
Thanks
Roberto

