Power Query API Question

Kettle78

New Member
Joined
Oct 12, 2017
Messages
4
Hi guys,

I am completely new when it comes to power query and using api (and to posting here so hello everyone). I hope this is a really simple question!

I am trying to get data from the following source http://marketinformation.natgrid.co.uk/MIPIws-public/public/publicwebservice.asmx to go into a table.

I have been provided with the following parameters:

<GetPublicationDataWM xmlns="http://www.NationalGrid.com/MIPI/">
<reqObject>
<PublicationObjectNameList>
<string>string</string>
<string>string</string>
</PublicationObjectNameList>
<FromDate>dateTime</FromDate>
<ToDate>dateTime</ToDate>
<DateType>string</DateType>
<LatestFlag>string</LatestFlag>
<ApplicableForFlag>string</ApplicableForFlag>
</reqObject>
</GetPublicationDataWM>

Alongside this, I have a data list file, specifically I require the Publication Object Name List item "SMP Buy, Actual Day".

However, I am a very very confused as to how to get this into the correctly formatted language in power query.

Anyway, thank you in advance for your help friends!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Apologies, these are the parameters provided

<getpublicationdatawm xmlns="http://www.NationalGrid.com/MIPI/">

<reqobject>




<string>string</string>

<string>string</string>



<fromdate>dateTime</fromdate>

<todate>dateTime</todate>

<datetype>string</datetype>

<latestflag>string</latestflag>

<applicableforflag>string</applicableforflag>

</reqobject>

</getpublicationdatawm>
 
Upvote 0
I don't think you can all SOAP services directly with Power Pivot, I suspect that you'll need some sort of routine that gets the data and then load it into PP from there
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,384
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top