Forum Discussion

Nepa's avatar
Nepa
Frequent Visitor
3 years ago

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?