Forum Discussion
current_thing
2 years agoFrequent Visitor
Prevent refresh of a table in Table.combine
Hello, I have created a PBI file that consists of: Book1 will consist of data that will not change. Book2 will consist of data that will change. Query2 is a union of Book1 and Book2. Goals: ...
lbendlin
Super User
2 years agoEven though I specifically set option to not refresh Book1, it still does when I refresh Query2
That is by design. The "do not refresh" request will be ignored for queries that other queries depend upon.
- current_thing2 years agoFrequent Visitor
Thanks for replying. Can you think of a setup that'll accomplish what I'm trying? The static dataset is HUGE, so it is cumbersome and waste of resource to refresh it.
- lbendlin2 years ago
Super User
Consider using incremental refresh or other manual partition management processes.
- current_thing2 years agoFrequent Visitor
I believe incremental refresh requires premium subscription, which my company won't pay for. Can you tell me more about manual partition management? Does this require premium subscription? Thanks.