Forum Discussion

Gajoll's avatar
Gajoll
New Member
6 years ago
Solved

Multiple dataconnections once

Hi,   I´m about to build a report based on an API which returns XML-reports. I have one Report string (Https) to collect every customer and the number of servers/Workstations and ClienID and so on...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Gajoll ,

    I haven't found effective methods to handle such many connections, I'd like to suggest you to do these operations before get data to power bi.

    For example: write API/web service to send batch httprequests and merge received data to local file, then you can use power bi to get data from result file and create visualizations and report.

    Regards,
    Xiaoxin Sheng