Forum Discussion
TutanRamon
3 years agoFrequent Visitor
[Beginner] Consume multiple endpoints from same API - how to setup?
Dear all, I am pretty new to Power BI. I have access to an API which can provide me all the data I need. So, for the sake of simplicity, lets say the base URL of the API is https://www.webshop-a...
Anonymous
2 years agoNot applicable
TutanRamon Any update on this? I have the same problem. I have a url similar to this: .../v1/students/{id}/detail where I may have 1000 different id's and i want to bring all the student id details into one table. I dont want to create a table for each student detail (id would be 1,2,3,4,5,6,...1000). so /v1/students/1/detail, .../v1/students/2/detail, ...v1/students/150/detail.. seems like this should not be a difficult process. Any help you can provide would be very helpful