Forum Discussion
Big file needs no update
- 9 years ago
I decide not to use Append, but having two divided tables instead.
And using measures for suming the values :)
Unfortunately I see no possibility to speed this up.
You can try different file formats (instead of JSON), but this is just a vague guess out of desparation :-) Haven't tested these out (maybe csv or txt - don't try xls, that's much slower !!)
Help finding supporters for bugfix. I tried to do my best on Twitter: https://twitter.com/TheBIccountant/status/818933857445617665
I decide not to use Append, but having two divided tables instead.
And using measures for suming the values :)
- ImkeF9 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)