Forum Discussion
dsparling
5 years agoRegular Visitor
Trouble Adding Connection to Velocify Web Address
I was given the following link with SOAP and HTTP options for pulling a report from Velocify, however I do not know the steps to pull this under Power BI Desktop. https://service.velocify.com/Cli...
Anonymous
5 years agoNot applicable
Hi dsparling ,
I'm not clear about your requirement. Do you want to connect to Velocify in Power BI Desktop and create a report? Please review the content in the following links, hope they can help you.
Connect Velocify to Power BI without coding
Integrate Velocify with PowerBI
Best Regards
- dsparling5 years agoRegular Visitor
Ideally, I'd like to try to use their HTTP Get sample to pull the report without paying for a third party. Is there a way to alter this to make it digestible by Power BI?
https://service.velocify.com/ClientService.asmx?op=GetCallHistoryReport
- dsparling5 years agoRegular Visitor
Anonymous ,
In other words, I'm trying to update the following to something I can use in Advanced Editor -
GET /ClientService.asmx/GetCallHistoryReport?username=string&password=string&startDate=string&endDate=string HTTP/1.1 Host: service.velocify.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0"?> xml