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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

refresh on multiple queries with same source

I do have an API setup as a source for collecting data, the data set consists of several tables. I so need to split these tables in individual queries since they contain different data. In the Agreement of the API there is a limitation on how many times per day you can call upon the API. My question now is, will Power BI fetch the data for each of the new created queries or will it only fetch once per refresh. Could I also setup a single source query and reference the tables in new queries? Will it than refresh only on the source?

Or will it always connect via the API fetching for every Query again and again? That will be a problem for me because then I will exceed the limited number of times I can use the API per day and get locket out.

 

Is there someone that has experience with this kind of issue? Please let me know and whether there is a work-a-round for this.

 

Best,

Collin

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @Anonymous ,

 

Broadly speaking, Power Query will go to the source for each individual query, regardless of whether it's unique, duplicated, or referenced.

There are some edge-cases where Power Query can do some caching (look for some of Ehren's posts on MS TechNet - now MS Q&A - if you want the extreme technicals on this) but, in general, assume a source-call per query.

You could do a bulk-pull into dataflows then split the dataflow up in Power Query, but this obviously isn't going to be ideal if you need live or near-live info.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

1 REPLY 1
BA_Pete
Super User
Super User

Hi @Anonymous ,

 

Broadly speaking, Power Query will go to the source for each individual query, regardless of whether it's unique, duplicated, or referenced.

There are some edge-cases where Power Query can do some caching (look for some of Ehren's posts on MS TechNet - now MS Q&A - if you want the extreme technicals on this) but, in general, assume a source-call per query.

You could do a bulk-pull into dataflows then split the dataflow up in Power Query, but this obviously isn't going to be ideal if you need live or near-live info.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors