Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
@Nepa , Are you looking for pagination https://medium.com/@marktiedemann/how-to-do-pagination-in-power-query-430460c17c78