- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Limit of daily requests
I’m facing an issue with the number of queries Power BI is making.
I need to extract information from a CSV file hosted at an endpoint. The problem is that the system has a limit of one query per day and powerBi is making multiple requests.
Using a sniffer I can see that in one of the cases powerBi is making three requests where two of them are being aborted while the server is sending the response.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JuanLavagnini ,
Difficult to give a very detailed answer based on the information provided but, based on the info at hand, I would probably recommend creating a Datatflow (DF) for this CSV file which has a single query in it that pulls the file and maybe does some basic transformations on it. Set this to refresh once per day. Then you can use this DF as the source for any/all of your reports in which you can duplicate/reference the query and not increase the calls to the original source.
Pete
Now accepting Kudos! If my post helped you, why not give it a thumbs-up?
Proud to be a Datanaut!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://learn.microsoft.com/en-us/power-query/multiple-queries
usually because of multiple references the query, or uncached data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To reduce Power BI queries to your endpoint:
- Cache Data Locally: Download the CSV once daily and point Power BI to a local file or SharePoint.
- Disable Parallel Loads: Go to File > Options > Data Load and uncheck Parallel loading.
- Consolidate Queries: Merge transformations in Power Query to minimize calls.
- Use Dataflows or Incremental Refresh: Store data in a dataflow or enable incremental refresh.
- Adjust Query Folding: Ensure no unnecessary folding triggers extra calls.
- Limit Refresh Schedule: Set the dataset to refresh only once daily in Power BI Service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JuanLavagnini ,
I wanted to check and see if you had a chance to review my previous message or Please let me know if everything is sorted or if you need any further assistance.If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.
Thank you for your cooperation. Have a great day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JuanLavagnini ,
we haven't heard back from you regarding our last response and wanted to check if your issue has been resolved.If our community members repsonse addressed your query, please mark it as Accept as Solution and click Yes if you found it helpful.
If you have any further questions, feel free to reach out.
Thank you for being a part of the Microsoft Fabric Community Forum!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JuanLavagnini ,
I just wanted to kindly follow up to see if you had a chance to review the previous response provided by community members. I hope it was helpful. If yes, please Accept the answer so that it will be helpful to others to find it quickly.
Thank you for being a part of Microsoft Fabric Community Forum!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To reduce Power BI queries to your endpoint:
- Cache Data Locally: Download the CSV once daily and point Power BI to a local file or SharePoint.
- Disable Parallel Loads: Go to File > Options > Data Load and uncheck Parallel loading.
- Consolidate Queries: Merge transformations in Power Query to minimize calls.
- Use Dataflows or Incremental Refresh: Store data in a dataflow or enable incremental refresh.
- Adjust Query Folding: Ensure no unnecessary folding triggers extra calls.
- Limit Refresh Schedule: Set the dataset to refresh only once daily in Power BI Service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JuanLavagnini ,
Thank you for reaching out to the Microsoft Fabric Community Forum about the issue you are encountering.
After reviewing the issue, providing the insights as per my undestanding which might assist you in resolving the query:
1.Use Power Query to reduce redundant steps that might cause multiple queries.
2.Try to retrieve the CSV data and store it either locally or in a database(Azure Blob Storage or a Lakehouse)and connect Power BI to this intermediary storage.
If this post helps, please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://learn.microsoft.com/en-us/power-query/multiple-queries
usually because of multiple references the query, or uncached data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JuanLavagnini ,
Difficult to give a very detailed answer based on the information provided but, based on the info at hand, I would probably recommend creating a Datatflow (DF) for this CSV file which has a single query in it that pulls the file and maybe does some basic transformations on it. Set this to refresh once per day. Then you can use this DF as the source for any/all of your reports in which you can duplicate/reference the query and not increase the calls to the original source.
Pete
Now accepting Kudos! If my post helped you, why not give it a thumbs-up?
Proud to be a Datanaut!

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
02-01-2024 09:14 AM | |||
11-12-2024 04:37 PM | |||
12-16-2024 10:19 AM | |||
01-19-2023 10:27 PM | |||
01-14-2025 12:50 AM |
User | Count |
---|---|
27 | |
25 | |
25 | |
13 | |
9 |
User | Count |
---|---|
24 | |
19 | |
16 | |
13 | |
10 |