Forum Discussion
Tiolan
9 years agoFrequent Visitor
Big file needs no update
There's 2Gb file "Sales2011-2016", containing data from last 5 years. It doesn't need to be updated. And the second one "Sales2017". It must be updated every day. If i append these two tabled in...
- 9 years ago
I decide not to use Append, but having two divided tables instead.
And using measures for suming the values :)
Tiolan
9 years agoFrequent Visitor
I decide not to use Append, but having two divided tables instead.
And using measures for suming the values :)
ImkeF
9 years agoCommunity Champion
Then you're good to go: Just deselect "Include in Report Refresh" in the query-editor and load to datamodel :-) This will work & will not be refreshed (at least not on my machine).
(A UNION in DAX is the current workaround for the append)