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

Did 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

Reply
Anonymous
Not applicable

Change queries without refresh data

HI Guys,

 

I´m doing lot of changes in my queries and some of changes  need to be check on view mode, so i want to know if there is anyway to change the queries without refresh data, it would be very useful, once the source has like 4GB and any small change on queries will download again this 4GB after apply the queries change

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous,

Maybe you can try yo parameterize your query string with query parameters, then you can dynamically change it without refresh.

let
   Source = Sql.Database("xxxxx", "xxxxx", [Query=paramter1])
in
   Source

Notice: new query data structure should similar to cached data structures or it will cause the 'key not match' issue.

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous,

Maybe you can try yo parameterize your query string with query parameters, then you can dynamically change it without refresh.

let
   Source = Sql.Database("xxxxx", "xxxxx", [Query=paramter1])
in
   Source

Notice: new query data structure should similar to cached data structures or it will cause the 'key not match' issue.

Regards,

Xiaoxin Sheng

SteveCampbell
Memorable Member
Memorable Member

You can turn off background refresh in options

image_thumb2.png



Did I answer your question? Mark my post as a solution! Proud to be a Super User!


Connect with me!
Stay up to date on  
Read my blogs on  



Anonymous
Not applicable

HI Steve,


Thank you for your answer!

 

I have already disable the option, but the refresh keep happening after query change. 😞

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

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.