Forum Discussion
How to get data from a SOAP WS with Power BI
I gave up on extracting SOAP trough Power BI directly. I now use Python scripts and load the output of those into Power BI. The problem I ran into was pagination.
The main transaction table in my soap source is 1 million rows. But I can only request 5000 records of either a month or a week of a certain year at the same time. In Python it is very easy to make the request variable just by using SOAP wrappers available in the python repository. I couldn't figure out how to do it in Power BI.
In the Netherlands we have a some really popular webservices used by many small to medium companies but unfortunately some of the largest use the legacy SOAP.
- Anonymous8 years agoNot applicable
Hi, It is possible to work around the pagenation issue with in power bi. However, I would suggest using R/python instead unless you have to do it only in Power BI.
- Anonymous8 years agoNot applicable
I created an Idea in the Ideas section to add a fully featured webservice connector.
I think this is an area where Power BI can improve. It should be easier to connect to webservices and use common features used within them.
If you agree, please vote for the idea :)