Forum Discussion
Multiple dataconnections once
- Anonymous6 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
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
- Gajoll6 years agoNew Member
Hi Anonymous
I can´t so much on how to build that type of batch requests.
Could you help me get started?
Thanks in advance
//Gajoll