I have a power query which filters and compiles a list of weather stations IDs from a web source. I have a second power query which pulls the monthly median rainfall statistics from a station ID webpage (i.e. http://www.bom.gov.au/jsp/ncc/cdio/weatherData/av?p_nccObsCode=139&p_display_type=dataFile&p_startYear=&p_c=&p_stn_num=46002).
What I would like to do is perform the second query for each row of the first query using the station ID and append it to the http search. Then add the statistics from the web query as columns into the first query table (see image).Is this possible and how would I go about achieving this?