Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
hussein_c
Frequent Visitor

opening multiple api links in power bi

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

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

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.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors