This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi All,
I have a query that uses a function to call the JIRA Api. This query (JIRA Issues) is then referenced by other queries:
The problem is that when the data for my report is being refreshed, Power BI is making the same request to the API multiple times:
What seems to be happening is that instead of fetching the result once for the parent query and using the result set for the subsequent queries, it is fetching the data multiple times. This is obviously causing unnecessary strain on the JIRA server.
Any suggestions on how to fix this?
Thanks,
Muneer
I was facing same issue of Power query making multiple connection to the sourcce instead of fetching data from the parent table\query1 and came accros this post. The solution provided by microsoft was to use DATA FLOW in power bi service, once data flow is created for query1 that becomes your source in power bi desktop, any sub/reference/duplicate queries will go to the data flow and fetch the data instead of going to the source.
https://docs.microsoft.com/en-us/power-bi/guidance/power-query-referenced-queries
Hi,
Unfortunately I did not find a resolution to this issue. When/If I do, I'll update this thread.
You may find some value in employing Table.Buffer.
See this link for more info
Hi,
How is your query like to call the API? Also, you could try wiht storing the data that you've already retrieved either in a "non-refreshable"-query in the query-editor. You could refer to How to disable an api call?
Best Regards,
Henry
Thank you for the response -- but the more I think about this, the more I think that this is a bug.
When Power BI refereshes data queries which have underlying references to other queries, they should wait until the referenced query has processed rather than cause duplicate processing.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 28 | |
| 23 | |
| 23 |