Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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/ClientService.asmx?op=GetCallHistoryReport
Any help would be greatly appreciated!!!
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
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
@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