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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
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.

March Power BI Update Carousel

Power BI Community Update - March 2026

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