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
I have multiple API links from sensibo which only change their ID. for example: "https://home.sensibo.com/api/v2/pods/ID1/measurements" and "https://home.sensibo.com/api/v2/pods/ID2/measurements"... i want to be able to open all these links in power bi without having "get data --> from web" for each link. i saw that i can creat a list of api urls and use a function to access those apis and iterate over the list, but i don't know how to start.
thank you in advance for the help
Solved! Go to Solution.
The technical approach is to use the RelativePath attribute.
BUT: If you do that you will enforce a sequential call to the API which can have a dramatic impact on performance. Sometimes having separate queries makes more sense.
The technical approach is to use the RelativePath attribute.
BUT: If you do that you will enforce a sequential call to the API which can have a dramatic impact on performance. Sometimes having separate queries makes more sense.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.