Reputation: 86650
I have a Power BI report which I need to update one in a while. All its tables were loaded from some internet URL, but only one of them needs to be updated, all the others have static data.
Upvotes: 0
Views: 1167
Reputation: 40264
In the Query Editor, right-click on the queries and toggle off Include in report refresh
where appropriate.
(The Enable load
toggle is useful for queries that you only use for staging and don't actually want to load into your model.)
Upvotes: 1