Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
dsparling
Regular 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/ClientService.asmx?op=GetCallHistoryReport

 

Any help would be greatly appreciated!!!

3 REPLIES 3
Anonymous
Not 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

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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors