Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext 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
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
Solved! Go to Solution.
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
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
You can turn off background refresh in options
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
HI Steve,
Thank you for your answer!
I have already disable the option, but the refresh keep happening after query change. 😞
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |