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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
charanoffbit
Frequent Visitor

Refresh in PowerBI is triggering the same queries many times

Hi All,

Refresh in PowerBI is triggering the same queries many times,

the query triggered is active and never finish

which consume resources (CPU-Memory-IO-etc)

slowing down the server and interrupting database schema changes (new MT, Indexes, etc)

Don’t trigger more than a query by report even though a refresh is executed.

Propose a query timeout at the db level for very long-running queries.

Just propose the timeout, DBA will implement it and affect only queries tunning on that DB/user.

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User
2 REPLIES 2
Anonymous
Not applicable

Hi, @charanoffbit 

You can optimize your query design to ensure that your query is optimized to reduce the number of triggers. This can be achieved by using Query Folding to push the transformation back to the data source, reducing the burden on Power BI.

Or disable unnecessary loading, and if you have multiple referenced queries, consider disabling loading of intermediate queries that aren't directly used in reporting.

You can also use Table.Buffer, and in some cases, using Table.Buffer can prevent multiple requests to the same data source by caching the data in memory.

You can check the following link:

Why does my query run multiple times - Power Query | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors