Forum Discussion
Nepa
3 years agoFrequent Visitor
Make multiple GET requests in Power BI / Postman
Hi
I am trying to make multiple calls from this database: GET /EMOData/EMOData.svc/FetchEnergyLabelDetails/{EntityIdentifier}
But it is only possible to do one call at a time, with the specific EntityIdentifier under parameters.
I have several unique EntityIdentifier's where I would like to search for all of them with only one call, fx these:
| 311661655 |
| 311659855 |
| 311647829 |
| 311647854 |
| 311634671 |
| 311634672 |
| 311634690 |
| 311634695 |
Is that possible to do directly in Power BI or can I do it in fx Postman?
1 Reply
- amitchandak
Super User
Nepa , Are you looking for pagination https://medium.com/@marktiedemann/how-to-do-pagination-in-power-query-430460c17c78